[][src]Crate sendgrid

Modules

errors
v3

This module encompasses all types needed to send mail using version 3 of the mail send API.

Structs

Destination
Mail

This is a representation of a valid SendGrid message. It has support for all of the fields in the V2 API.

SGClient

This is the struct that allows you to authenticate to the SendGrid API. It's only field is the API key which allows you to send messages.