forked from kartolo/direct_mail
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ext_conf_template.txt
26 lines (18 loc) · 1.58 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
# cat=basic; type=int+; label=Number of messages per cycle : Number of messages to be sent per cycle of the dmailer cron task.
sendPerCycle = 50
# cat=basic; type=string; label=Language of the cron task : Language used to localize progress messages sent by the dmailer cron task.
cronLanguage = en
# cat=basic; type=string; label= Additional DB fields of the recipient : Additional fields that may be substituted in the direct mail messages.
addRecipFields =
# cat=basic; type=string; label=Administrator Email: Administrator email is used to send email if there's cronjob error.
adminEmail = [email protected]
# cat=basic/enable; type=boolean; label=Enable notification email : Allow direct mail to send notification about start and end of a mailing job.
notificationJob = 1
# cat=basic/enable; type=boolean; label=Use http connection for fetching Newsletter-Content: Even if your TYPO3 Backend is in SSL-Mode, the URL for fetching the newsletter contents will be http
UseHttpToFetch = 0
# cat=basic/enable; type=boolean; label=Use implicit port in URL for fetching Newsletter-Content: Even if your TYPO3 Backend is on a non-standard-port, the URL for fetching the newsletter contents from one of your Frontend-Domains will not use the PORT you are using to access your TYPO3 Backend, but use implicit port instead (e.g. no explicit port in URL)
UseImplicitPortToFetch = 0
# cat=basic/enable; type=boolean; label=Require verification of SSL certificate used. (For Development)
SSLVerifyPeer = 1
# cat=basic/enable; type=boolean; label=Require verification of peer name. (For Development)
SSLVerifyPeerName = 1