**This helper allows you to quickly and easily build a Mail object for sending email through SendGrid.** # Quick Start Run the [example](https://github.com/sendgrid/sendgrid-ruby/tree/master/examples/helpers/mail) (make sure you have set your environment variable to include your SENDGRID_API_KEY). ```bash ruby examples/helpers/mail/example.rb ``` ## Usage - See the [example](https://github.com/sendgrid/sendgrid-ruby/tree/master/examples/helpers/mail) for a complete working example. - [Documentation](https://sendgrid.com/docs/API_Reference/Web_API_v3/Mail/overview.html)