pub async fn create_email(
configuration: &Configuration,
create_email_request: Option<CreateEmailRequest>,
) -> Result<Email, Error<CreateEmailError>>
Expand description
Create and send an email to the supplied email address ID.
pub async fn create_email(
configuration: &Configuration,
create_email_request: Option<CreateEmailRequest>,
) -> Result<Email, Error<CreateEmailError>>
Create and send an email to the supplied email address ID.