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

Merge branch 'develop'

master
Guillaume Bourgeois пре 1 месец
родитељ
комит
3eb0bb8921
1 измењених фајлова са 4 додато и 4 уклоњено
  1. +4
    -4
      Notification/MailMailjetNotification.php

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

@@ -120,14 +120,14 @@ class MailMailjetNotification
);
}

// Classique
$transport = (new \Swift_SmtpTransport('smtp-placedulocal.alwaysdata.net', 587, 'tls'))
// Classique (SMTP)
/*$transport = (new \Swift_SmtpTransport('smtp-placedulocal.alwaysdata.net', 587, 'tls'))
->setUsername('contact@placedulocal.fr')
->setPassword('7sgd5x2BVStJ69');
$mailer = new \Swift_Mailer($transport);
return $mailer->send($message);
return $mailer->send($message);*/

// Mailjet
//return $this->transport->send($message);
return $this->transport->send($message);
}
}

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