overleaf / toolkit

GNU Affero General Public License v3.0
510 stars 122 forks source link

Mail Config not working #256

Closed EinKantHolz closed 1 month ago

EinKantHolz commented 1 month ago

Using the latest build with the toolkit.

Here's my config for the mail server:

OVERLEAF_EMAIL_FROM_ADDRESS=system.overleaf@myserver.online

# OVERLEAF_EMAIL_AWS_SES_ACCESS_KEY_ID=
# OVERLEAF_EMAIL_AWS_SES_SECRET_KEY=

OVERLEAF_EMAIL_SMTP_HOST=web49.mail-server.de
OVERLEAF_EMAIL_SMTP_PORT=465
OVERLEAF_EMAIL_SMTP_SECURE=true
OVERLEAF_EMAIL_SMTP_USER=system.overleaf@myserver.online
OVERLEAF_EMAIL_SMTP_PASS=password
OVERLEAF_EMAIL_SMTP_NAME='whatshouldIusehere'
OVERLEAF_EMAIL_SMTP_LOGGER=false
OVERLEAF_EMAIL_SMTP_TLS_REJECT_UNAUTH=true
OVERLEAF_EMAIL_SMTP_IGNORE_TLS=false
# OVERLEAF_CUSTOM_EMAIL_FOOTER=This system is run by department x

Should I use quotation marks somewhere (maybe for the password)? And what is OVERLEAF_EMAIL_SMTP_NAME='whatshouldIusehere'?

Sending a test mail gives me a "Something went wrong. Please try again."

EinKantHolz commented 1 month ago

nevermind.... found a typo