nerds-and-company / craft3-mail-retry
Retry mails in background when they fail
Installs: 1 159
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
Type:craft-plugin
Requires
- craftcms/cms: ^3.0.0
Requires (Dev)
- codeception/codeception: ^4.1
- codeception/module-asserts: ^1.2
- codeception/module-yii2: ^1.1
- phpmd/phpmd: ^2.8
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2024-10-13 22:30:56 UTC
README
Retry mails in background when they fail
Requirements
This plugin requires Craft CMS 3.0.0 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require nerds-and-company/craft3-mail-retry
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for Mail Retry.
Mail Retry Overview
When a mail fails for some reason, f.e. when the mail server is unavailable, a job is created to retry the mail.
Configuring Mail Retry
You can configure maximum number of automatic retry attempts and the time to reserve between attempts
Using Mail Retry
It just works
Brought to you by Nerds & Company