SMTP Setup for Email Alerts
This page explains how to configure an SMTP server for sending email alerts. For best reliability and security, we recommend using an SMTP relay service (like SendGrid) using an API key.
SendGrid SMTP (Recommended)
SendGrid is a reliable SMTP relay service. The original guide notes a free tier (100 emails/day) and recommends it because it uses an API key (easy to create/delete anytime). See the reference: SendGrid SMTP docs.
SMTP server: smtp.sendgrid.net PORT: 25 / 465 / 587 Username: apikey Password: <your SendGrid API key>
ElasticEmail (Alternative)
The original page mentions ElasticEmail is simple to set up, but may sometimes have delivery issues to Gmail or Yahoo, while Hotmail works fine. Visit: ElasticEmail.
Gmail Setup (Use App Password)
Gmail requires an App Password instead of your normal Gmail password. Reference: gmass Gmail SMTP guide.
SMTP server: smtp.gmail.com PORT: 465 Username & Mail From: yourname@gmail.com Password: <Gmail App Password>
Yahoo Setup (Use App Password)
Yahoo also requires an App Password. Reference: Kinsta Yahoo SMTP settings.
SMTP server: smtp.mail.yahoo.com PORT: 465 Username & Mail From: yourname@yahoo.com Password: <Yahoo App Password>
NetEase 163.com (China)
The original page links to a separate guide for NetEase (China) using a code instead of password: cnSMTP.htm.
More free SMTP server options
The original page links a list of free SMTP servers here: Free SMTP Servers.