Skip to content
Snippets Groups Projects
Commit 5c058fca authored by Michel Memeteau's avatar Michel Memeteau Committed by Pierre Ozoux
Browse files

Fix smtpname point to wrong variable MAIL_DOMAIN

parent 7a57937c
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ $CONFIG = array (
'mail_smtpport' => getenv('MAIL_PORT'),
'mail_smtpauth' => 1,
'mail_smtpauthtype' => 'LOGIN',
'mail_smtpname' => getenv('MAIL_DOMAIN'),
'mail_smtpname' => getenv('SMTP_NAME'),
'mail_smtppassword' => getenv('MAIL_PASS'),
'mail_smtpsecure' => 'tls',
);
......
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