Skip to content

cividesk/com.aghstrategies.airmail

 
 

Repository files navigation

This Extension:

Process Bulk CiviMail responses for a variety of SMTP Services including:

  • Amazon SES
  • Sendgrid

Configuration

Settings for this extension on your site

Drupal Ex: http://{yourDomain}/civicrm/airmail/settings
Wordpress Ex: http://{yourDomain}/wp-admin/admin.php?page=CiviCRM&q=civicrm%2Fairmail%2Fsettings

Enter a secret code, it does not matter what this code is should be a random string of numbers and letters. For Open/Click Processing slect "CiviMail" For External SMTP Service Select the service you are using.

Save Configuration

On save the post URL should display below in a green box it will look something like this:

Wordpress Ex: http://{yourDomain}/civicrm?page=CiviCRM&q=civicrm/airmail/webhook&reset=1&secretcode={secretCode}

Configuration specific to your SMTP Service

To Dos:

  • Deal with all Event Types including "Reject", "Send", "Delivery", "Click", "Open", and "Rendering Failure"
  • When Event Type is Complaint, opt out the contact from all emails (need to get contact id to do this)
  • Save the arn to civi when there is a successful subscription

About

Unified CiviCRM bounce event handler for SMTP services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.2%
  • Smarty 2.8%