Updated README
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Joe Bellus 2022-09-28 18:07:32 -04:00
parent e9a70b8ab8
commit 43317da254
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
* Mailspy
Mailspy is a mock SMTP server for used during development of applications that send email. Mailspy will serve a compliant, mock SMTP server that an application can connect to, while in development mode. It will accept emails and display them in a web interface that it serves.
Mailspy is a mock SMTP server for used during the development of applications that send email. Mailspy will serve a compliant, SMTP server that an application can connect to, while in development mode. It will accept emails using SMTP protocol, without encryption, and any basic authentication. A web interface is served to display them.
Mailspy does not have any persistance, received emails are stored in memory and last only during the life of the run. It is meant to be lightweight coming in at ~10mb on disk and using 3-4mb of memory. It is meant to be launched along side a development stack on dev machines.
** Installation