SMTP sheets
Sending mail is a common feature for RabbitMQ. With a large number of users' practice and feedback, only one way is recommended, that is, using the third-party SMTP service to send the email.
Do not try to install Sendmail or other Mail server software on your Cloud Server for sending mail
SMTP references
The following is the SMTP service settings of mainstream email providers (Source)
QQ mail
- SMTP host: smtp.qq.com
- SMTP port: 465 or 587 for SSL-encrypted email
- SMTP Authentication: must be checked
- SMTP Encryption: must SSL
- SMTP username: email address
- SMTP password: This is not password of you mail, it is an authorization code you need to apply
The above is for quick reference only. see the QQ SMTP settings
163 mail
- SMTP host: smtp.163.com
- SMTP port: 465 or 994 for SSL-encrypted email
- SMTP Authentication: must be checked
- SMTP Encryption: must SSL
- SMTP username: email address
- SMTP password: This is not password of you mail, it is an authorization code you need to apply
The above is for quick reference only. see the 163 SMTP settings
Aliyun mail
- SMTP host: smtp.mxhichina.com
- SMTP port: 465 for SSL-encrypted email
- SMTP Encryption: must SSL
- SMTP username: email address
- SMTP password: email password
The above is for quick reference only. see the Aliyun SMTP settings