Selaa lähdekoodia

Merge branch 'develop'

master
Guillaume Bourgeois 1 kuukausi sitten
vanhempi
commit
3eb0bb8921
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. +4
    -4
      Notification/MailMailjetNotification.php

+ 4
- 4
Notification/MailMailjetNotification.php Näytä tiedosto

); );
} }


// 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') ->setUsername('contact@placedulocal.fr')
->setPassword('7sgd5x2BVStJ69'); ->setPassword('7sgd5x2BVStJ69');
$mailer = new \Swift_Mailer($transport); $mailer = new \Swift_Mailer($transport);
return $mailer->send($message);
return $mailer->send($message);*/


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

Loading…
Peruuta
Tallenna