smtpMsa property

SmtpMsa? smtpMsa
getter/setter pair

An optional SMTP service that will be used as an outbound relay for mail sent using this alias.

If this is empty, outbound mail will be sent directly from Gmail's servers to the destination SMTP service. This setting only applies to custom "from" aliases.

Implementation

SmtpMsa? smtpMsa;