-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.xml
30 lines (30 loc) · 1.12 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
<?xml version="1.0"?>
<extension key="uk.squiffle.emailassite" type="module">
<file>emailassite</file>
<name>Send email using the default site address</name>
<description>When using the 'send email' action, this extension will
force the sender address to be the default site address. This is
useful where the site does not want to expose individual email addresses
to clients.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Aidan Saunders</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/aydun/uk.squiffle.emailassite</url>
<url desc="Documentation">https://github.com/aydun/uk.squiffle.emailassite</url>
<url desc="Support">https://github.com/aydun/uk.squiffle.emailassite</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2016-06-06</releaseDate>
<version>1.0</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.6</ver>
<ver>4.7</ver>
</compatibility>
<civix>
<namespace>CRM/Emailassite</namespace>
</civix>
</extension>