forked from JMAConsulting/biz.jmaconsulting.mte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.xml
38 lines (38 loc) · 3.02 KB
/
info.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8" ?>
<extension key="biz.jmaconsulting.mte" type="module">
<downloadUrl>https://github.com/JMAConsulting/biz.jmaconsulting.mte/archive/v1.5.zip</downloadUrl>
<file>mte</file>
<name>Mandrill Transactional Emails</name>
<description>MTE: Mandrill Transactional Emails allows CiviCRM emails that are not bulk CiviMail messages to be sent through the Mandrill service so that it can look after white listing, bounces and other issues, as well as track click-throughs.</description>
<urls>
<url desc="Support">https://github.com/JMAConsulting/biz.jmaconsulting.mte/issues?state=open</url>
<url desc="Main Extension Page">
https://github.com/JMAConsulting/biz.jmaconsulting.mte/wiki/About-mte-%28Mandrill-Transactional-Emails%29
</url>
<url desc="Installation Instructions for 1.5">https://github.com/JMAConsulting/biz.jmaconsulting.mte/blob/1.5/README.md</url>
<url desc="Documentation">https://github.com/JMAConsulting/biz.jmaconsulting.mte/blob/1.5/README.md</url>
</urls>
<license>AGPL-3.0</license>
<maintainer>
<author>JMA Consulting</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2014-12-22</releaseDate>
<version>1.5</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.2</ver>
<ver>4.3</ver>
<ver>4.4</ver>
<ver>4.5</ver>
</compatibility>
<comments>As of version 4.2.x, CiviCRM provides bounce processing only for bulk emails sent through the CiviMail component. Your domain's email reputation may suffer from your transactional emails - everything sent that doesn't go through CiviMai - bouncing or being marked as spam. In addition, there is no click-through tracking for transactional, non-CiviMail emails. This extension addresses both issues by integrating CiviCRM's transactional emails with an external service called Mandrill. If you use both this Mandrill Transactional Emails extension and the CiviMail component, all of your outbound email will be processed in a CAN-SPAM compliant manner.
Mandrill is a transactional email API that runs on the email infrastructure that powers MailChimp. Mandrill Transactional Emails allows CiviCRM emails that are not bulk CiviMail messages to be sent through the Mandrill service so that it can look after white listing, bounces and other issues, as well as track click-throughs. It is free for low-volume use, and has a tiered pricing structure once more than 12k emails are sent per month. CiviCRM's existing SMTP settings can be used to successfully configure outbound email delivery.
This Mandrill Transactional Emails (mte) extension creates an Activity for each email sent to a person, and processes responses from Mandrill arising from them using a unique tracking identifier inserted into a custom email header.
Pradeep Nayak and Joe Murray of JMA Consulting authored this extension with the generous sponsorship of Power to Change.
For support, please see the extension's github issues queue.
</comments>
<civix>
<namespace>CRM/Mte</namespace>
</civix>
</extension>