nerds-and-company / craft-mailretry-plugin
Retry mails in background when they fail
Installs: 199
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:craft-plugin
Requires (Dev)
- craftcms/cms: ^2.0.0
- phpmd/phpmd: ^2.8
This package is auto-updated.
Last update: 2024-10-14 00:55:53 UTC
README
Retry mails in background when they fail
Requirements
This plugin requires Craft CMS 2.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/craft2-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.
Using Mail Retry
When a mail fails a task will be generated to immediately retry the mail once. If it does not work then the task can be retried manually later.
Brought to you by Nerds & Company