forked from in2code-de/luxletter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_conf_template.txt
28 lines (18 loc) · 1.51 KB
/
ext_conf_template.txt
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
# cat=basic//100; type=text; label= Webserver domain: Define a domain for frontend plugins (like opt out for the newsletter, etc...)
domain = https://www.domain.org
# cat=basic//110; type=int+; label= Unsubscribe PID: Where to find the unsubscribe plugin? Please add the page identifier
pidUnsubscribe = 6
# cat=basic//200; type=boolean; label= Rewrite links in newsletter: All absolute links should be rewritten, so a click on a link can be tracked
rewriteLinksInNewsletter = 1
# cat=basic//210; type=int+; label= Add typenum: If you just add a number in newletter backend module to describe on which pid the newsletter is located, this typenum will be added. Note: Typenum will not be added to real urls.
addTypeNumToNumberLocation = 1562349004
# cat=basic//220; type=boolean; label= Show receiver action: show link to receiver view in newsletter module
receiverAction = 1
# cat=mail//300; type=text; label= Sender email address: Sender email address for your newsletter (Because of SPF defiance it should be a valid email - given from your mailserver administrator)
fromEmail = [email protected]
# cat=mail//310; type=text; label= Sender name: Name of the sender for your newsletter
fromName = Sender name
# cat=mail//320; type=text; label= Reply email address: Real email address of a person that should receive answers to this newsletter email
replyEmail = [email protected]
# cat=mail//320; type=text; label= Sender name: Name of the sender for your newsletter (mostly the same as fromName)
replyName = Sender name