leuchtfeuer / mautic-mailjetadapter-bundle
Plugin allows sending emails with Mailjet in batches via API and callback handling used for bounce management.
Installs: 180
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 4
Open Issues: 0
Type:mautic-plugin
Requires
- php: >=8.0.0
- mautic/core-lib: ^5.0
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-10-14 08:49:46 UTC
README
CONTENTS OF THIS FILE
- Introduction
- Requirements
- Installation
- Configuration
- Author
INTRODUCTION
This plugin enable Mautic 5 to run Mailjet as a email transport.
REQUIREMENTS
- Mautic 5.x (minimum 5.1)
- PHP 8.0 or higher
INSTALLATION
- Get the plugin using
composer require leuchtfeuer/mautic-mailjetadapter-bundle
- Install it using
php bin\console mautic:plugins:reload
. - The plugin will start listing on plugin page.
CONFIGURATION
Mautic
This plugin provide two transports,
- SMTP Relay: The best and fastest way to use the SMTP Relay is to have your own local mail server relaying messages to the Mailjet SMTP.
- Email API: The Mailjet API is organized around REST. For more visit Send API v3.1.
Follow the steps to set up Mailjet DSN,
- Navigate to Configuration (/s/config/edit>)
- Scroll to Email Settings
- Update the following fields leaving rest default or empty,
The <apiKey>
and <secretKey>
will be used for authentication purposes. Please visit the Mailjet Guide
On the Configuration page Email DSN should look like
Mailjet
- Create a Mailjet account
- Then retrieve your API and Secret keys. They will be used for authentication purposes.
- Set up the webhook hook for event tracking from your account preferences, in the Event Tracking section. The webhook URL should be
https://<your-domain.tld>/mailer/callback
.
AUTHOR AND CONTACT
Leuchtfeuer Digital Marketing GmbH
Please raise any issues in GitHub.
For all other things, please email mautic-plugins@Leuchtfeuer.com