Skip to content
Snippets Groups Projects
Commit 70ed1b6e authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix start script SMTP parsing

parent 21b6116c
Branches
Tags
No related merge requests found
......@@ -13,7 +13,7 @@ if [ "$DATABASE_URL" ]; then
fi
if [ "$MAILGUN_SMTP_LOGIN" ]; then
export MB_EMAIL_SMTP_HOST="$MAILGUN_SMTP_PASSWORD"
export MB_EMAIL_SMTP_HOST="$MAILGUN_SMTP_SERVER"
export MB_EMAIL_SMTP_PORT="$MAILGUN_SMTP_PORT"
export MB_EMAIL_SMTP_USERNAME="$MAILGUN_SMTP_LOGIN"
export MB_EMAIL_SMTP_PASSWORD="$MAILGUN_SMTP_PASSWORD"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment