fix: update SMTP port to 587 for new server deployment
This commit is contained in:
parent
63b4420d4e
commit
96add47158
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
GOOGLE_EMAIL=system@sigd.net
|
GOOGLE_EMAIL=system@sigd.net
|
||||||
SMTP_HOST=smtp.gmail.com
|
SMTP_HOST=smtp.gmail.com
|
||||||
SMTP_PORT=2525
|
SMTP_PORT=587
|
||||||
SMTP_SECURE=false
|
SMTP_SECURE=false
|
||||||
RECIPIENT_EMAIL=chris@sigd.net
|
RECIPIENT_EMAIL=chris@sigd.net
|
||||||
GOOGLE_APP_PASSWORD=fvjivgqewtmtpdez
|
GOOGLE_APP_PASSWORD=fvjivgqewtmtpdez
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue