Specify different SMTP settings for the Send MMS save action

Version: 9.0

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:

    RequestResponse
    <Host>example.host</Host><From>[email protected]</From><MessageType>MMS</MessageType><IsBodyHtml>true</IsBodyHtml>
    
  3. Click Save.

Do you have some feedback for us?

If you have suggestions for improving this article,