method property
The method used for sending an email. Possible string values are:
- "METHOD_UNSPECIFIED" : Email method unspecified.
- "DEFAULT" : Sending email on behalf of developer.
- "CUSTOM_SMTP" : Sending email using SMTP configuration provided by developers.
Implementation
core.String? method;