DefaultEmailFormat
The default mail format to use to send agent and channel results to a user in a scheduled mailing operation.
Set DefaultEmailFormat
to text/plain
to send plain text e-mail, or text/html
to send HTML e-mail.
NOTE: You can override the DefaultEmailFormat
setting for individual users by using the UserEdit action to set up an EmailFormat
user field.
Type: | String |
Default: | text/plain
|
Required: | No |
Configuration Section: | MyCustomFunctionality
|
Example: | DefaultEmailFormat=text/html
|
See Also: | RunMailer |