|
|
|
@ -82,17 +82,17 @@ steps:
|
|
|
|
|
image: drillster/drone-email
|
|
|
|
|
settings:
|
|
|
|
|
recipients_only: true # 只发送给指定邮件收件人,不默认发送给流水线创建人
|
|
|
|
|
host: smtp.qq.com #SMTP服务器 例如 smtp.qq.com
|
|
|
|
|
port: 465 #SMTP服务端口 例如QQ邮箱端口465
|
|
|
|
|
host: smtp.163.com #SMTP服务器 例如 smtp.qq.com
|
|
|
|
|
port: 25 #SMTP服务端口 例如QQ邮箱端口465
|
|
|
|
|
subject: "Drone Build Complete!" # 邮件主题内容
|
|
|
|
|
username: #邮箱用户名
|
|
|
|
|
from_secret: qqmail_username
|
|
|
|
|
from_secret: mail_user
|
|
|
|
|
password: #邮箱密码
|
|
|
|
|
from_secret: qqmail_pwd
|
|
|
|
|
from_secret: mail_secret
|
|
|
|
|
from:
|
|
|
|
|
from_secret: qqmail_username
|
|
|
|
|
from_secret: mail_username
|
|
|
|
|
recipients: #收件人
|
|
|
|
|
from_secret: email_recipients # 格式:xxxx,xxxx
|
|
|
|
|
from_secret: mail_recipients # 格式:xxxx,xxxx
|
|
|
|
|
when: #执行条件
|
|
|
|
|
status:
|
|
|
|
|
- success
|
|
|
|
|