# Mail Configuration
BeikeShop emails can be configured in Backstage-System Settings-Email Settings
The mail engines supported by BeikeShop are: SMTP, Sendmail, Mailgun
Note: The email address in the BeikeShop backend system settings-basic settings must be consistent with the user in the email settings
# QQ Mail
Enter QQ mailbox, click "Settings-Account"
Enable POP3/SMTP service, click the arrow to view the format, and generate the authorization code:
Get the SMTP server and port. Each mailbox has a different SMTP server.
Email configuration:
Enter BeikeShopBackstage-System Settings-Email Settings
,select the email engine: SMTP, and fill in the following information in sequence
Host: smtp.qq.com
User: QQ mailbox
Password: Authorization code
Port: 465
Save after configuration
Note: The email address in the BeikeShop backend system settings-basic settings must be consistent with the user in the email settings
# 163Mailbox
Enter 163 mailbox. Click Settings-POP3/SMTP/IMAP
Enable POP3/SMTP service and generate authorization code
Get the SMTP server, the port is usually 465, except for special emails!
Email configuration:
Enter BeikeShopBackstage-System Settings-Email Settings
, select the email engine: SMTP, and fill in the following information in sequence
Host: smtp.163.com
User: 163 mailbox
Password: Authorization code
Port: 465
Save after configuration
Note: The email address in the BeikeShop backend system settings-basic settings must be consistent with the user in the email settings.
# Gmail
Gmail are not applicable in China and will be directly rejected by Google.
Official reference document for Google mailboxes: https://support.google.com/mail/answer/7126229?visit_id=637245836154040494-1719467026&hl=zh-Hans&rd=1
First, you need to apply for a Google mailbox. The specific application steps will not be explained.
Set a dedicated SMTP password, https://security.google.com/settings/security/apppasswords
Email configuration:
Enter BeikeShopBackstage-System Settings-Email Settings
, select the email engine: SMTP, and fill in the following information in sequence
Host: smtp.gmail.com
User: gmail mailbox
Password: gmail application-specific password
Port: 465
Save after configuration
Note: The email address in the BeikeShop backend system settings-basic settings must be consistent with the user in the email settings
If you need to enable queues to handle email tasks, you must configure the queue service. For detailed steps, please refer to:Queue Configuration
For common issues with email configuration, please refer to: FAQ - Mall Configuration - Email Configuration