GoogleApi.CloudBuild.V1.Model.SMTPDelivery (google_api_cloud_build v0.34.0) View Source
SMTPDelivery is the delivery configuration for an SMTP (email) notification.
Attributes
-
fromAddress
(type:String.t
, default:nil
) - This is the SMTP account/email that appears in theFrom:
of the email. If empty, it is assumed to be sender. -
password
(type:GoogleApi.CloudBuild.V1.Model.NotifierSecretRef.t
, default:nil
) - The SMTP sender's password. -
port
(type:String.t
, default:nil
) - The SMTP port of the server. -
recipientAddresses
(type:list(String.t)
, default:nil
) - This is the list of addresses to which we send the email (i.e. in theTo:
of the email). -
senderAddress
(type:String.t
, default:nil
) - This is the SMTP account/email that is used to send the message. -
server
(type:String.t
, default:nil
) - The address of the SMTP server.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.