Преглед изворни кода

Ajout d'un parametre 'service envoi email' pour changer depuis l'admin de mailjet à alwaysdata

develop
Fabien Normand пре 3 недеља
родитељ
комит
1cf03d21b8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      Notification/MailMailjetNotification.php

+ 1
- 1
Notification/MailMailjetNotification.php Прегледај датотеку

@@ -130,7 +130,7 @@ class MailMailjetNotification
$transport->setUsername($this->parameterBag->get('app.mail.login'));
}
if($this->parameterBag->get('app.mail.password')!="0"){
$transport->setUsername($this->parameterBag->get('app.mail.password'));
$transport->setPassword($this->parameterBag->get('app.mail.password'));
}

$mailer = new \Swift_Mailer($transport);

Loading…
Откажи
Сачувај