Skip to content

Instantly share code, notes, and snippets.

@mipmip
Created February 14, 2012 20:47
Show Gist options
  • Save mipmip/1830253 to your computer and use it in GitHub Desktop.
Save mipmip/1830253 to your computer and use it in GitHub Desktop.
TypoScript: Force powermail to use static sender's name and email address
plugin.tx_powermail_pi1 {
email.sender_mail.sender.email = TEXT
email.sender_mail.sender.email.value = no-reply@ravasnews.com
email.sender_mail.sender.name = TEXT
email.sender_mail.sender.name.value = RAVAS
email.recipient_mail.sender.email = TEXT
email.recipient_mail.sender.email.value = no-reply@ravasnews.com
email.recipient_mail.sender.name = TEXT
email.recipient_mail.sender.name.value = RAVAS
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment