See the extension page at https://civicrm.org/extensions/civimailjet
Setup instructions for CiviMailjet extensions
- Download and install the extension into the site extension directory.
- Set up the CiviCRM Outbond email using SMTP with Mailjet's SMTP Credentials.
- Config Event Tracking Endpoint Url in your Mailjet account using http:///civicrm/mailjet/event/endpoint
- Add add the code below into the site civicrm settings file and put your mailjet api and secret key
define( 'MAILJET_API_KEY', 'YOUR MAILJET API KEY');
define( 'MAILJET_SECRET_KEY', 'YOUR MAILJET SECRET KEY');
Note: Currently CiviMailjet v1.01 overrides civicrm/CRM/Mailing/BAO/Mailing.php for alter mailing params for Mailjet to use when sending out the email.
Please find more details in extension Wiki https://github.com/compucorp/uk.co.compucorp.civicrm.mailjet/wiki