Skip to content

clarkac1/uk.co.compucorp.civicrm.mailjet

 
 

Repository files navigation

CiviMailJet - MailJet integration for CiviCRM

See the extension page at https://civicrm.org/extensions/civimailjet

Setup instructions for CiviMailjet extensions

  1. Download and install the extension into the site extension directory.
  2. Set up the CiviCRM Outbond email using SMTP with Mailjet's SMTP Credentials.
  3. Config Event Tracking Endpoint Url in your Mailjet account using http:///civicrm/mailjet/event/endpoint
  4. 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

About

MailJet Extension for CiviCRM

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.4%
  • Shell 0.6%