This repository has been archived by the owner on Jul 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
info.xml
48 lines (42 loc) · 2.74 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
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8" ?>
<extension key="biz.jmaconsulting.mte" type="module">
<downloadUrl>https://github.com/JMAConsulting/biz.jmaconsulting.mte/archive/v2.1.beta.zip</downloadUrl>
<file>mte</file>
<name>Mandrill Transactional Emails</name>
<description>Mandrill Emails provides email delivery for CiviMail and/or other email from CiviCRM via 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="Installation Instructions for 2.1">https://github.com/JMAConsulting/biz.jmaconsulting.mte/blob/2.1/README.md</url>
</urls>
<license>AGPL-3.0</license>
<maintainer>
<author>JMA Consulting</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2016-02-26</releaseDate>
<version>2.1</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.2</ver>
<ver>4.3</ver>
<ver>4.4</ver>
<ver>4.5</ver>
<ver>4.6</ver>
<ver>4.7</ver>
</compatibility>
<comments>This extension provides email delivery for CiviMail and/or other email from CiviCRM via the Mandrill service.
Mandrill is an email service that runs on the email infrastructure that powers MailChimp.
It is a low cost option for email delivery, with no loss of delivery functionality, quality or performance in comparison with alternatives.
Your domain's email reputation may suffer from your transactional emails - everything sent that doesn't go through CiviMail - bouncing or being marked as spam. In addition, there is no click-through tracking for transactional, non-CiviMail emails.
Unlike some other Email Delivery integrations for CiviCRM, Mandrill Emails supports sending non-CiviMail as well as CiviMail messages through the service.
This means that it can look after white listing, bounces and other issues, as well as tracking click-throughs for these emails.
Mandrill is free for low-volume use, and has a tiered pricing structure once more than 12k emails are sent per month.
This Mandrill Emails 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.
Version 1.x supported only transactional emails. Version 2.x adds support for sending CiviMail emails via Mandrill.
JMA Consulting developed this extension with the generous sponsorship of Power to Change for early versions and MailChimp for version 2.
For support, please see the extension's github issues queue.
</comments>
<civix>
<namespace>CRM/Mte</namespace>
</civix>
</extension>