July 27, 2012

WFFM - Use a display name for the email in the send action

To "Send Email Message" save action of webform for marketers you may change the field "Parameters" in the item: /sitecore/system/Modules/Web Forms for Marketers/Settings/Actions/Save Actions/Send Email Message.

The default value is:
<Host>example.host</Host><From>example@mail.net</From><IsBodyHtml>true</IsBodyHtml>
Now, if you need to have a different display name for the "from" than just dispaly the email itself you can just add the display name in double quotes before the email like this:
<Host>example.host</Host><From>"My Display Name" example@mail.net</From><IsBodyHtml>true</IsBodyHtml>

No comments:

Post a Comment