Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
103 |
- |
1 |
**This helper allows you to quickly and easily build a Mail object for sending email through SendGrid.**
|
|
|
2 |
|
|
|
3 |
# Quick Start
|
|
|
4 |
|
|
|
5 |
Run the [example](https://github.com/sendgrid/sendgrid-php/blob/master/examples/helpers/mail/example.php) (make sure you have set your environment variable to include your SENDGRID_API_KEY).
|
|
|
6 |
|
|
|
7 |
```bash
|
|
|
8 |
php examples/helpers/mail/example.php
|
|
|
9 |
```
|
|
|
10 |
|
|
|
11 |
## Usage
|
|
|
12 |
|
|
|
13 |
- See this complete working [example](https://github.com/sendgrid/sendgrid-php/blob/master/examples/helpers/mail/example.php).
|
|
|
14 |
- [Documentation](https://sendgrid.com/docs/API_Reference/Web_API_v3/Mail/overview.html)
|