Skip to content

Commit

Permalink
🤖 测试天气邮件
Browse files Browse the repository at this point in the history
  • Loading branch information
Starkappa committed Oct 25, 2023
1 parent bc19808 commit 7848005
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/GetWeatherToEMail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
- name: 'Send mail'
uses: dawidd6/action-send-mail@master
with:
serveraddress: smtp.qq.com
serverport: 25
server_address: smtp.qq.com
server_port: 25
username: ${{ secrets.MAILUSERNAME }}
password: ${{ secrets.MAILPASSWORD }}
subject: Shenzhen Weather Report
body: file://result.html
to: [email protected],[email protected]
from: XiNan GitHub Actions
to: [email protected],[email protected]
subject: Shenzhen Weather Report
html_body: file://result.html
content_type: text/html
# Optional carbon copy recipients:
# cc: [email protected],[email protected]
Expand Down

0 comments on commit 7848005

Please sign in to comment.