Merge pull request #148 from JJ-connect/master

Update README.md
This commit is contained in:
Dawid Dziurla
2023-01-05 13:20:56 +01:00
committed by GitHub

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}}