You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You must specify the `region`, the sender and the recipient's information and the `project_id` to send an email from a checked domain. The subject of the email must contain at least 6 characters.
89
+
:param from_: Sender information. Must be from a checked domain declared in the Project.
89
90
:param subject: Subject of the email.
90
91
:param text: Text content.
91
92
:param html: HTML content.
92
93
:param region: Region to target. If none is passed will use default region from the config.
93
-
:param from_: Sender information. Must be from a checked domain declared in the Project.
94
94
:param to: An array of the primary recipient's information.
95
95
:param cc: An array of the carbon copy recipient's information.
96
96
:param bcc: An array of the blind carbon copy recipient's information.
You must specify the `region`, the sender and the recipient's information and the `project_id` to send an email from a checked domain. The subject of the email must contain at least 6 characters.
89
+
:param from_: Sender information. Must be from a checked domain declared in the Project.
89
90
:param subject: Subject of the email.
90
91
:param text: Text content.
91
92
:param html: HTML content.
92
93
:param region: Region to target. If none is passed will use default region from the config.
93
-
:param from_: Sender information. Must be from a checked domain declared in the Project.
94
94
:param to: An array of the primary recipient's information.
95
95
:param cc: An array of the carbon copy recipient's information.
96
96
:param bcc: An array of the blind carbon copy recipient's information.
0 commit comments