GoogleApi.Gmail.V1.Model.SmtpMsa (google_api_gmail v0.17.0)
View SourceConfiguration for communication with an SMTP service.
Attributes
-
host
(type:String.t
, default:nil
) - The hostname of the SMTP service. Required. -
password
(type:String.t
, default:nil
) - The password that will be used for authentication with the SMTP service. This is a write-only field that can be specified in requests to create or update SendAs settings; it is never populated in responses. -
port
(type:integer()
, default:nil
) - The port of the SMTP service. Required. -
securityMode
(type:String.t
, default:nil
) - The protocol that will be used to secure communication with the SMTP service. Required. -
username
(type:String.t
, default:nil
) - The username that will be used for authentication with the SMTP service. This is a write-only field that can be specified in requests to create or update SendAs settings; it is never populated in responses.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.