if (FALSE) {
# The following example configures Amazon SES to use a custom MAIL FROM
# domain for an identity:
svc$set_identity_mail_from_domain(
BehaviorOnMXFailure = "UseDefaultValue",
Identity = "user@example.com",
MailFromDomain = "bounces.example.com"
)
}
Run the code above in your browser using DataLab