Change default email port to 587

pull/4/head
drunkendog 2023-08-13 21:47:19 +01:00
parent 773cc3c8e4
commit 678af00368
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
export DEFAULT_FROM_EMAIL=
export EMAIL_HOST=
export EMAIL_PORT=465
export EMAIL_PORT="587"
export EMAIL_HOST_USER=
export EMAIL_HOST_PASSWORD=