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

Full Mailer class support #7

@splitbrain

Description

@splitbrain

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:

  1. only use the SMTP transport and auth classes of SwiftMail and do no longer rely on the rest of the framework
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions