Pārlūkot izejas kodu

增加邮箱相关注释 #33

luolongfei 3 gadi atpakaļ
vecāks
revīzija
c5c9564277
1 mainītis faili ar 7 papildinājumiem un 6 dzēšanām
  1. 7 6
      .env.example

+ 7 - 6
.env.example

@@ -12,7 +12,7 @@
 #####################################################################
 
 # .env 文件版本
-ENV_FILE_VERSION='v2.1'
+ENV_FILE_VERSION='v2.2'
 
 ######################  账户配置 Account config  #########################
 # Freenom 账户 Freenom Account
@@ -43,18 +43,19 @@ MAIL_ENABLE=1
 
 # 自定义邮箱配置 Custom email config
 # 如果你想使用除 “QQ邮箱、163邮箱、Gmail、Outlook邮箱” 外的第三方邮箱或者自建邮箱服务作为机器人邮箱,可以自定义邮箱配置,否则请不要配置这些项
-# If you want to use third-party mailboxes or self-built mailbox services other than "QQ mailbox, 163 mailbox, Gmail, Outlook mailbox" as robot mailbox, you can customize mailbox configuration, otherwise, please don't configure these items.
+# If you want to use third-party mailboxes or self-built mailbox services other than "QQ mailbox, 163 mailbox, Gmail,
+# Outlook mailbox" as robot mailbox, you can customize mailbox configuration, otherwise, please don't configure these items.
 
-# SMTP 服务器 SMTP server
+# SMTP 服务器 SMTP server e.g. smtp.gmail.com
 MAIL_HOST=''
 
-# SMTP 端口号 SMTP port
+# SMTP 端口号,一般是 587 或者 465 SMTP port
 MAIL_PORT=''
 
-# 邮件加密方式 Email encryption method
+# 邮件加密方式,一般是 tls 或者 ssl 或者 starttls Email encryption method
 MAIL_ENCRYPTION=''
 
-# end 自定义邮箱配置 Custom email config
+# end 自定义邮箱配置 end of custom email config
 
 ######################  end 通知邮件配置  #########################