Adds or updates the delivery options for a configuration set.
ses_put_configuration_set_delivery_options(ConfigurationSetName,
DeliveryOptions)
[required] The name of the configuration set that you want to specify the delivery options for.
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
svc$put_configuration_set_delivery_options( ConfigurationSetName = "string", DeliveryOptions = list( TlsPolicy = "Require"|"Optional" ) )