Skip to content
Snippets Groups Projects
Commit 1d48b6a6 authored by Henri Queneau's avatar Henri Queneau
Browse files

FIX #6094 no mail from for sendmail but there is a mail from for notifications

parent 9c22e437
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
$MAILER->smtp_host = $host;
$MAILER->smtp_user = $user;
$MAILER->smtp_password = $pass;
$MAILER->mailfrom = $mailfrom;
//$MAILER->mailfrom = $mailfrom;
$MAILER->domains = $smtpDomains;
if ($auth == 1) {
$MAILER->smtp_auth = "true";
......
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