Change default email port to 587
parent
773cc3c8e4
commit
678af00368
|
@ -1,5 +1,5 @@
|
||||||
export DEFAULT_FROM_EMAIL=
|
export DEFAULT_FROM_EMAIL=
|
||||||
export EMAIL_HOST=
|
export EMAIL_HOST=
|
||||||
export EMAIL_PORT=465
|
export EMAIL_PORT="587"
|
||||||
export EMAIL_HOST_USER=
|
export EMAIL_HOST_USER=
|
||||||
export EMAIL_HOST_PASSWORD=
|
export EMAIL_HOST_PASSWORD=
|
Loading…
Reference in New Issue