You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**This helper allows you to quickly and easily build a Mail object for sending email through SendGrid.**
2
+
3
+
## Dependencies
4
+
5
+
-[Jackson](https://github.com/FasterXML/jackson)
6
+
7
+
# Quick Start
8
+
9
+
Run the [example](https://github.com/sendgrid/sendgrid-java/tree/master/examples/mail) (make sure you have set your environment variable to include your SENDGRID_API_KEY).
10
+
11
+
```bash
12
+
cd examples/mail
13
+
javac -classpath ../../build/libs/sendgrid-4.1.0-jar.jar:. Example.java && java -classpath ../examples/jackson-core-2.7.3.jar:../../build/libs/sendgrid-4.1.0-jar.jar:. Example
14
+
```
15
+
16
+
## Usage
17
+
18
+
- See the [example](https://github.com/sendgrid/sendgrid-java/tree/master/examples/mail) for a complete working example.
0 commit comments