Update README.md

Remove inconsistent colon in comment for mail server username.
This commit is contained in:
JJ
2023-01-05 10:39:58 +00:00
committed by GitHub
parent f27e7f6b8d
commit 7b54875a3c

View File

@ -30,7 +30,7 @@ Some features:
server_port: 465
# Optional whether this connection use TLS (default is true if server_port is 465)
secure: true
# Optional (recommended): mail server username:
# Optional (recommended) mail server username:
username: ${{secrets.MAIL_USERNAME}}
# Optional (recommended) mail server password:
password: ${{secrets.MAIL_PASSWORD}}