Crate sendgrid_async

source ·

Structs

  • An email with a required address and an optional name field.
  • An attachment block for a V3 message. Content and filename are required. If the mime_type is unspecified, the email will use Sendgrid’s default for attachments which is ‘application/octet-stream’.
  • Entrypoint for interacting with the SendGrid API.
  • The body of an email with the content type and the message.
  • The main structure for a V3 API mail send call. This is composed of many other smaller structures used to add lots of customization to your message.
  • A personalization block for a V3 message. It has to at least contain one super::Address as a to address. All other fields are optional.