Skip to main content

Specify different SMTP settings for the Send MMS save action

Abstract

Change the SMTP settings for the Send MMS save action by overriding the default ones.

The Send MMS save action sends an MMS message every time a visitor clicks the Submit button of a web form. You can specify SMTP settings for this save action to override the default ones.

To specify different SMTP settings for this action:

  1. In the Content Editor, navigate to the folder sitecore/System/Modules/Web Forms for Marketers/Settings/Actions/Save Actions and select the Send MMS item.

  2. In the right pane, in the Submit section, in the Parameters field, set the relevant values.

    For example, to use Host and From parameters that are different from the ones defined in the web.config file, enter the following code into the Parameters field replacing "example" with the relevant host and email address:

    <Host>example.host</Host><From>example@mail.net</From><MessageType>MMS</MessageType><IsBodyHtml>true</IsBodyHtml>
    
    D8C9DE0D81514E83B75FB27CAB17F20A.png
  3. Click Save.