lum / lum-mailer
Lum Mailer
v2.0.0
2021-12-17 22:35 UTC
Requires
- lum/lum-compat: ^2.0
Requires (Dev)
- sendgrid/sendgrid: ~4
- swiftmailer/swiftmailer: ^6.0
Suggests
- sendgrid/sendgrid: If using SendGrid transport, requires ~4.
- swiftmailer/swiftmailer: If using Swift transport, requires ^6.0.
README
Summary
A Mailer library that can wrap either SwiftMailer, or SendGrid.
To use it with SwiftMailer, include swiftmailer/swiftmailer
in your
require
dependency list.
To use it with SendGrid, include sendgrid/sendgrid
in your require
list.
Classes
TODO
Update the SendGrid
plugin from using the sendgrid/sendgrid
version 4 API
to the new version 7 API. There's been a lot of changes between v4 and v7, so
it will likely require a fairly significant rewrite.
Official URLs
This library can be found in two places:
Author
Timothy Totten