MailSlurpAPI.Model.SendEmailOptions (mailslurp v11.7.302)
Options for sending an email message from an inbox. You must provide one of: `to`, `toGroup`, or `toContacts` to send an email. All other parameters are optional.
Link to this section Summary
Link to this section Types
Specs
t() :: %MailSlurpAPI.Model.SendEmailOptions{ attachments: [String.t()] | nil, bcc: [String.t()] | nil, body: String.t() | nil, cc: [String.t()] | nil, charset: String.t() | nil, from: String.t() | nil, isHTML: boolean() | nil, replyTo: String.t() | nil, sendStrategy: String.t() | nil, subject: String.t() | nil, template: String.t() | nil, templateVariables: Map | nil, to: [String.t()] | nil, toContacts: [String.t()] | nil, toGroup: String.t() | nil }