- Learn about “Resend” as application
- Gmail - Set less secure apps in google security
- ntfy.sh - Send notifications
- mailgun.com/pricing/ — Found in cookiecutter for django
- check-mail.org - Check email domains
mailcow.email
- Resource heavy
Postfix setup
sudo dpkg-reconfigure postfix vi /etc/postfix/main.cf # send all mail to mailhog relayhost = localhost:1025 # removed this 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/12
Testing
echo "the body" | mail -s "Test subject" "me@x.io"- List from mailcow