Miscellaneous email sending (SMTP) tests for further integration.
To launch the Docker Compose, execute the following commands:
docker compose build
docker compose up -d
Execute the following steps to configure your environment before executing this project:
- Launch the Docker Compose file.
- Copy the contents of the
secrets.example.json
file. - Right-click the
MailSending
project, then clickManage User Secrets
. - Paste the contents inside this file and replace the placeholders with your settings.
You can disable a mail sending method by adding an underscore before its name (for example, Gmail
becomes _Gmail
).
Catches mail and serves it through a dream. MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface. Run mailcatcher, set your favourite app to deliver to smtp://127.0.0.1:1025 instead of your default SMTP server, then check out http://127.0.0.1:1080 to see the mail that's arrived so far.