studioespresso / craft-mailersend
MailerSend adapter for Craft CMS
Fund package maintenance!
janhenckens
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 1
Type:craft-plugin
Requires
- craftcms/cms: ^5.0.0-alpha
- symfony/mailer-send-mailer: ^v6.0.0
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- craftcms/rector: dev-main
This package is auto-updated.
Last update: 2024-11-09 21:06:52 UTC
README
MailerSend for Craft CMS
This plugin provides a MailerSend integration for Craft CMS.
Requirements
This plugin requires Craft CMS 4.0 or later.
Installation
You can install this plugin from the Plugin Store or with Composer.
From the Plugin Store
Go to the Plugin Store in your project’s Control Panel and search for “MailerSend”. Then click on the “Install” button in its modal window.
With Composer
Open your terminal and run the following commands:
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require studioespresso/craft-mailersend # tell Craft to install the plugin ./craft plugin/install mailersend
Setup
Once MailerSend is installed:
- Go to Settings → Email.
- Change the Transport Type setting to MailerSend. Also, ensure that your System Email Address in your Craft Email Settings matches your confirmed Sender Signature email address in MailerSend.
- Enter your Server Token (which you can get from your integrations page under “API Tokens”).
- Click Save.
Tip: The Server Token setting can be set using environment variables. See Environmental Configuration in the Craft docs to learn more about that.