Skip to content

[Project] Laravel Advanced Mail #6

Description

@nerg4l

Laravel has great mail support which could be extended with two extra feature.

  • Middleware for mails.
    With mail middlewares one could add extra filters which modifies/extends the mail object or cancels the send event.
  • Failover driver.
    One could register multiple mail driver which would fallback to the next in the row if the current one fails. I just recently experienced this issue with Mailgun which responded with 5xx status code. This could be an other fix next to using jobs for sending mail.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions