Skip to main content

Send

Sends an email with the given parameters.

Parameters

*SendEmailRequest
required
The email parameters

Returns

*SendEmailResponse

Example


SendWithContext

Sends an email with the given parameters and context.

Parameters

context.Context
required
Context for the request.
*SendEmailRequest
required
The email parameters. See Send for field details.

Returns

*SendEmailResponse
See Send for response details.

Example


SendWithOptions

Sends an email with the given parameters, context, and additional options.

Parameters

context.Context
required
Context for the request.
*SendEmailRequest
required
The email parameters. See Send for field details.
*SendEmailOptions
required
Additional options for sending the email.

Returns

*SendEmailResponse
See Send for response details.

Example