mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 05:51:07 +07:00
Update README.md
Remove inconsistent colon in comment for mail server username.
This commit is contained in:
parent
f27e7f6b8d
commit
7b54875a3c
@ -30,7 +30,7 @@ Some features:
|
|||||||
server_port: 465
|
server_port: 465
|
||||||
# Optional whether this connection use TLS (default is true if server_port is 465)
|
# Optional whether this connection use TLS (default is true if server_port is 465)
|
||||||
secure: true
|
secure: true
|
||||||
# Optional (recommended): mail server username:
|
# Optional (recommended) mail server username:
|
||||||
username: ${{secrets.MAIL_USERNAME}}
|
username: ${{secrets.MAIL_USERNAME}}
|
||||||
# Optional (recommended) mail server password:
|
# Optional (recommended) mail server password:
|
||||||
password: ${{secrets.MAIL_PASSWORD}}
|
password: ${{secrets.MAIL_PASSWORD}}
|
||||||
|
Loading…
Reference in New Issue
Block a user