Skip to content
Snippets Groups Projects
Commit dd96fae7 authored by Timothee Gosselin's avatar Timothee Gosselin
Browse files

use $MAIL_USER

parent 1cf87875
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,6 @@ echo "MAIL_HOST=${MAIL_HOST}" >> .env
echo "MAIL_PORT=${MAIL_PORT}" >> .env
echo "MAIL_PASS=${MAIL_PASS}" >> .env
echo "MAIL_FROM=noreply.${URL}" >> .env
echo "SMTP_NAME=noreply.${URL}@${MAIL_DOMAIN} >> .env
echo "SMTP_NAME=${MAIL_USER} >> .env
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment