-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
45 lines (36 loc) · 998 Bytes
/
README
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
eZXNewsletter
=============
Version: 1.7.0 Stable
A newsletter extension. This extension handles subscriptionlists and bounces.
Description
-----------
The following functions are included:
- Mass sendout of emails
- Multiple formats:
- Plain text
- HTML (with embedded images)
- HTML (with linked images)
- SMS (custom transport class required)
- Bouncemanagement
- Listmanagement
- Robinsonlist
- Subscribtionlist
- a CSV import is included
See CHANGELOG.txt for description of changes.
Installation
============
- See installation guide in doc folder
Notes
=====
- In near future its planned that the Bouncemanagement and Listmanagement will be seperated for more modularity.
- Improvements in listmanagement and imports are planned
Hints
========
Sample AWS connection settigns
[MailSettings]
Transport=smtp
TransportServer=email-smtp.us-east-1.amazonaws.com
TransportUser=AKIAJTNKM????
TransportPassword=Ao20CCrJucirJ+??????
TransportConnectionType=ssl
TransportPort=465