getgrav / grav-plugin-email

Grav Email Plugin
http://getgrav.org
MIT License
37 stars 29 forks source link

`swiftmailer/swiftmailer` is EOL #158

Closed Rotzbua closed 1 year ago

Rotzbua commented 2 years ago

swiftmailer is EOL and archived https://github.com/swiftmailer/swiftmailer . So no further updates or security fixes.

They recommend to migrate to Symfony Mailer https://symfony.com/doc/current/mailer.html or other library.

rhukster commented 2 years ago

We are well aware of this. This is something that we're looking to move to for Grav 2.

kakosNikos commented 2 years ago

Maybe just switch the default engine in email,yaml till then?

rhukster commented 1 year ago

If you switch to the GPM to testing rather than the default stable, you will find an Email v4.0.0-rc.1 that contains the initial release for Email with Syfmony/Mailer. Also there are a few custom transport engine plugins (Sendgrid, Mailersend, Amazon SES, and Mandrill/Mailchimp) with more coming.

Please test this!!!!

rhukster commented 1 year ago

Also posted a blog post about it: https://getgrav.org/blog/new-email-plugin

rhukster commented 1 year ago

This is now released