Implement contact form autoreply for epevents

This commit is contained in:
Björn Fromme
2018-04-20 15:34:36 +02:00
parent ed2a9c57c0
commit ad6a1af291
5 changed files with 71 additions and 21 deletions
@@ -28,6 +28,10 @@ plugin.tx_epevents {
searchPageUid =
# cat=plugin.tx_epevents//a; type=string; label=Inquiry recipient email
inquiryToEmail =
# cat=plugin.tx_epevents//a; type=boolean; label=Enable contact form autoreply
enableContactFormAutoreply = 0
# cat=plugin.tx_epevents//a; type=string; label=Contact form autoreply subject
contactFormAutoreplySubject = Ihre Anfrage bei E&P Events
# cat=plugin.tx_epevents//a; type=string; label=Inquiry recipient name
inquiryToName =
# cat=plugin.tx_epevents//a; type=string; label=Sitemap root page UID
@@ -46,6 +46,8 @@ plugin.tx_epevents {
searchLogIgnoreIps = {$plugin.tx_epevents.settings.searchLogIgnoreIps}
activityDefaultHeaderImage = {$plugin.tx_epevents.settings.activityDefaultHeaderImage}
activityDefaultKeywordsImage = {$plugin.tx_epevents.settings.activityDefaultKeywordsImage}
enableContactFormAutoreply = {$plugin.tx_epevents.settings.enableContactFormAutoreply}
contactFormAutoreplySubject = {$plugin.tx_epevents.settings.contactFormAutoreplySubject}
configurator {
options {
travelType {