Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 355 Bytes

pre-production.md

File metadata and controls

10 lines (6 loc) · 355 Bytes

Preparing SMTP server for production

Now we have our server ready. Try sending a simple test mail to your gmail.com address.

echo "Testing" | mail -s "Testing Mail" your@gmail.com

It will probably land in the spam folder because we are not using DKIM verification for above. Don't worry. Important thing is that it should deliver.