Multi SMTP Mailer foskym/flarum-multi-mailer

Allow you to use different smtp configs determined by user email domain suffix.

Multi SMTP Mailer

License Latest Stable Version Total Downloads

A Flarum extension. Allow you to use different smtp configs determined by user email domain suffix.

Development Reason

We found that some post offices are unable to receive emails from current sending post office,
After changing the sending post office, we found that some normal would be unable to receive the email.
So that we need a custom driver to determine the sending post office based on the receiving address (email domain suffix).

Usage

Turn on it after installation, set the smtp configs, and switch mail driver to multi-smtp. QQ_1721363842605 QQ_1721364283298

Installation

Install with composer:

composer require foskym/flarum-multi-mailer:"*"

Updating

composer update foskym/flarum-multi-mailer:"*"
php flarum migrate
php flarum cache:clear

Links

Versions

  • Version v0.2.0.

    Likely works with Flarum v1.8.5.

  • 2 additional versions.
  • Extension created.