feat: change mail send server
All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 34s
All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 34s
This commit is contained in:
parent
54aae2294d
commit
7b665d7aae
@ -15,18 +15,18 @@ jobs:
|
|||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# - name: Send mail
|
- name: Send mail
|
||||||
# uses: https://github.com/dawidd6/action-send-mail@v3
|
uses: https://github.com/dawidd6/action-send-mail@v3
|
||||||
# with:
|
with:
|
||||||
# server_address: smtp.exmail.qq.com
|
server_address: smtp.qq.com
|
||||||
# server_port: 465
|
server_port: 465
|
||||||
# secure: true
|
secure: true
|
||||||
# username: "${{ secrets.QQ_SMTP_USERNAME }}"
|
username: "${{ secrets.QQ_SMTP_USERNAME }}"
|
||||||
# password: "${{ secrets.QQ_SMTP_TOKEN }}"
|
password: "${{ secrets.QQ_SMTP_TOKEN }}"
|
||||||
# subject: 博客部署启动
|
subject: 博客部署启动
|
||||||
# to: zhangmx67@mail2.sysu.edu.cn
|
to: zhangmx67@mail2.sysu.edu.cn
|
||||||
# from: Gitea Actions
|
from: Gitea Actions
|
||||||
# body: 博客自动化部署开始执行, 前往 ${{ gitea.server_url }}/Maysion/blog/actions/runs/${{ gitea.run_id }} 查看执行日志
|
body: 博客自动化部署开始执行, 前往 ${{ gitea.server_url }}/Maysion/blog/actions/runs/${{ gitea.run_id }} 查看执行日志
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
@ -61,29 +61,29 @@ jobs:
|
|||||||
token: "${{ secrets.TOKEN }}"
|
token: "${{ secrets.TOKEN }}"
|
||||||
- name: Call API to Update Caddy
|
- name: Call API to Update Caddy
|
||||||
run: curl https://upd.maysionz.cn/update/blog.maysionz.cn
|
run: curl https://upd.maysionz.cn/update/blog.maysionz.cn
|
||||||
# - name: Send mail On Success
|
- name: Send mail On Success
|
||||||
# if: success()
|
if: success()
|
||||||
# uses: https://github.com/dawidd6/action-send-mail@v3
|
uses: https://github.com/dawidd6/action-send-mail@v3
|
||||||
# with:
|
with:
|
||||||
# server_address: smtp.exmail.qq.com
|
server_address: smtp.qq.com
|
||||||
# server_port: 465
|
server_port: 465
|
||||||
# secure: true
|
secure: true
|
||||||
# username: "${{ secrets.QQ_SMTP_USERNAME }}"
|
username: "${{ secrets.QQ_SMTP_USERNAME }}"
|
||||||
# password: "${{ secrets.QQ_SMTP_TOKEN }}"
|
password: "${{ secrets.QQ_SMTP_TOKEN }}"
|
||||||
# subject: 博客部署成功
|
subject: 博客部署成功
|
||||||
# to: zhangmx67@mail2.sysu.edu.cn
|
to: zhangmx67@mail2.sysu.edu.cn
|
||||||
# from: Gitea Actions
|
from: Gitea Actions
|
||||||
# body: 博客自动化部署执行成功, 前往 https://blog.maysionz.cn 查看
|
body: 博客自动化部署执行成功, 前往 https://blog.maysionz.cn 查看
|
||||||
# - name: Send mail On Fail
|
- name: Send mail On Fail
|
||||||
# if: failure()
|
if: failure()
|
||||||
# uses: https://github.com/dawidd6/action-send-mail@v3
|
uses: https://github.com/dawidd6/action-send-mail@v3
|
||||||
# with:
|
with:
|
||||||
# server_address: smtp.exmail.qq.com
|
server_address: smtp.exmail.qq.com
|
||||||
# server_port: 465
|
server_port: 465
|
||||||
# secure: true
|
secure: true
|
||||||
# username: "${{ secrets.QQ_SMTP_USERNAME }}"
|
username: "${{ secrets.QQ_SMTP_USERNAME }}"
|
||||||
# password: "${{ secrets.QQ_SMTP_TOKEN }}"
|
password: "${{ secrets.QQ_SMTP_TOKEN }}"
|
||||||
# subject: 博客部署失败
|
subject: 博客部署失败
|
||||||
# to: zhangmx67@mail2.sysu.edu.cn
|
to: zhangmx67@mail2.sysu.edu.cn
|
||||||
# from: Gitea Actions
|
from: Gitea Actions
|
||||||
# body: 博客自动化部署执行失败, 前往 ${{ gitea.server_url }}/Maysion/blog/actions/runs/${{ gitea.run_id }} 查看执行日志
|
body: 博客自动化部署执行失败, 前往 ${{ gitea.server_url }}/Maysion/blog/actions/runs/${{ gitea.run_id }} 查看执行日志
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user