Struct sendgrid::v3::SGMailV3 [] [src]

pub struct SGMailV3 { /* fields omitted */ }

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.

Methods

impl SGMailV3
[src]

Construct a new V3 message.

Set the from address.

Set the subject.

Add content to the message.

Add a personalization to the message.

Add an attachment to the message.