lum/lum-mailer

v2.0.0 2021-12-17 22:35 UTC

This package is auto-updated.

Last update: 2024-04-18 04:10:45 UTC


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

Class Description
Lum\Mailer The Core Mailer front-end library.
Lum\Mailer\Swift The SwiftMailer transport plugin.
Lum\Mailer\SendGrid The SendGrid transport plugin.

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

License

MIT