-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathinfo.xml
27 lines (27 loc) · 1.15 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
<?xml version="1.0" encoding="UTF-8"?>
<extension key="com.cividesk.email.sparkpost" type="module">
<file>sparkpost</file>
<name>SparkPost integration</name>
<description>This extension allows CiviCRM to send emails and process bounces through the SparkPost service.</description>
<urls>
<url desc="Main Extension Page">https://github.com/cividesk/com.cividesk.email.sparkpost</url>
<url desc="Documentation">https://docs.civicrm.org/sparkpost/en/latest/</url>
<url desc="Support">https://github.com/cividesk/com.cividesk.email.sparkpost/issues?state=open</url>
</urls>
<license>AGPL-3.0</license>
<maintainer>
<author>Cividesk</author>
<email>info@cividesk.com</email>
</maintainer>
<releaseDate>2020-05-07</releaseDate>
<version>1.4</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.7</ver>
<ver>5.19</ver>
</compatibility>
<comments>As always, read the documentation first! Once the extension is enabled, go to Administer >> System Settings >> Outbound Email (SparkPost) to configure and send a test email.</comments>
<civix>
<namespace>CRM/Sparkpost</namespace>
</civix>
</extension>