foskym / flarum-multi-mailer
Allow you to use different smtp configs determined by user email domain suffix.
Installs: 150
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:flarum-extension
Requires
- flarum/core: ^1.8.0
- swiftmailer/swiftmailer: ^6.3
Requires (Dev)
- flarum/testing: ^1.0.0
README
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
.
Installation
Install with composer:
composer require foskym/flarum-multi-mailer:"*"
Updating
composer update foskym/flarum-multi-mailer:"*"
php flarum migrate
php flarum cache:clear