Evenly Distributes SMTP Server For Mautic according to DB
Supports both third-party SMTP vendors and self-built SMTP servers. When adding records to the table 'smtp_servers', the vendor field defaults to 'self host'.
-
Vendor field is 'self host' value (envelope_address_prefix and envelope_address_domain are the fields of the table 'smtp_servers')
Monitored Inbox is set
1.1 return-path will be replaced: envelope_address_prefix+bounce_677b82c416ce2383461223@envelope_address_domain.
1.2 List-Unsubscribe will be replaced: mailto:envelope_address_prefix+unsubscribe_677b82c416ce2383461223@envelope_address_domain
-
Vendor field is other values return-path is set to null
Only Support Mautic 4.4.12/4.4.13 and PHP 8.0 or later, other versions have not been tested, please test them yourself
- Download last version https://github.com/HN-PRO/MauticEvenlyDistributesSmtpBundle/releases/
- Unzip files to plugins/MauticEvenlyDistributesBundle
- run mautic:plugins:reload command
php bin/console cache:clearphp bin/console mautic:plugins:reload
- Please add the smtp information you need to use in the smtp_servers table
- See Mautic Evenly Distributes Plugin
- Only supports sending emails through file queues
- When you no longer need to use it, please manually delete the plugin directory, as well as delete the "smtp_servers", "smtp_servers_log", and "smtp_servers_stats" tables