liip / LiipMonitorBundle

Integrates the LiipMonitor library into Symfony
http://liip.ch
467 stars 103 forks source link

Symfony Mailer Support #219

Closed Baachi closed 4 years ago

Baachi commented 4 years ago

Hey Guys!

I created a symfony mailer reporter because swiftmailer is "official" dead I would think. The SwiftMailer reporter is still available, so no BC breaks :)

SymfonyHackday

Baachi commented 4 years ago

Okay it seems that I have to adjust the Travis file. The mailer component does not run on php versions lower than 7.3. :/

kbond commented 4 years ago

Thanks @Baachi, the travis issue is not with php < 7.3 but that symfony/mailer requires symfony components 4.4+.

kbond commented 4 years ago

Thanks @Baachi, I made these changes.