Specify different SMTP settings for the Send MMS save action
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:
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.In the right pane, in the Submit section, in the Parameters field, set the relevant values.
For example, to use
Host
andFrom
parameters that are different from the ones defined in theweb.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>
Click Save.