Direct Mail
Aus LagoWiki
(Unterschied zwischen Versionen)
(Die Seite wurde neu angelegt: = Typoscript für Newsletterversand = # Falls ein Forumular im Newsletter eingebunden werden soll tt_content.mailform.20.method = GET<br> # Template einbinden page...) |
(→html-Mails beim Newsletterversand erzwingen) |
||
Zeile 22: | Zeile 22: | ||
UPDATE fe_users SET module_sys_dmail_html=1 WHERE module_sys_dmail_html=0; | UPDATE fe_users SET module_sys_dmail_html=1 WHERE module_sys_dmail_html=0; | ||
+ | |||
+ | bzw. | ||
+ | |||
+ | UPDATE tt_address SET module_sys_dmail_html=1 WHERE module_sys_dmail_html=0; | ||
alle Benutzer auf "html-mail-empfangen" setzen. | alle Benutzer auf "html-mail-empfangen" setzen. |
Aktuelle Version
Typoscript für Newsletterversand
# Falls ein Forumular im Newsletter eingebunden werden soll tt_content.mailform.20.method = GET
# Template einbinden page.10.template.file = fileadmin/{projektkuerzel}/newsletter.html
# simulate-static-documents ausschalten config.simulateStaticDocuments > config.simulateStaticDocuments_noTypeIfNoTitle >
#Einstellungen für plain-text lib.alt_plaintext.renderObj.siteUrl = http://site.com/ lib.alt_plaintext.renderObj.images.header = |BILDER:| lib.alt_plaintext.renderObj.images.linkPrefix = | - Bildlink: | lib.alt_plaintext.renderObj.images.captionHeader = |BILDTEXT:| alt_plaintext.10.template.file = fileadmin/{projektkuerzel}/templates/directmail_plaintext.htm
html-Mails beim Newsletterversand erzwingen
Vor dem Newsletterversand in der Datenbank mittels dem SQL-Befehl
UPDATE fe_users SET module_sys_dmail_html=1 WHERE module_sys_dmail_html=0;
bzw.
UPDATE tt_address SET module_sys_dmail_html=1 WHERE module_sys_dmail_html=0;
alle Benutzer auf "html-mail-empfangen" setzen.
Achtung: Auch die Testbenutzer werden auf html-mail gesetzt!