This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Description
The current plugin does not support all the features of the Mailer class. This means HTML mails and attachments do not work. SwiftMail should be capable of this, the problem is that it uses its own mechanisms for these features.
I see two possible ways to support them:
- only use the SMTP transport and auth classes of SwiftMail and do no longer rely on the rest of the framework
- find a way to inherit from Mailer and reimplement it's methods by remapping them to SwiftMail components
I slightly prefer the first method, but am not sure how simple this would be. I don't see that I'll have the time to do this in the foreseeable future (unless someone hires me), so a pull request that implements this would be very welcome.