forked from sendgrid/sendgrid-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparams.json
More file actions
1 lines (1 loc) · 835 Bytes
/
params.json
File metadata and controls
1 lines (1 loc) · 835 Bytes
1
{"name":"Sendgrid-java","tagline":"SendGrid Java helper library","body":"# sendgrid-java\r\n\r\nThis Java module allows you to quickly and easily send emails through SendGrid using Java.\r\n\r\n```java\r\nSendgrid sendgrid = new Sendgrid(\"sendgrid_username\", \"sendgrid_password\");\r\n\r\nsendgrid.setTo(\"[email protected]\");\r\nsendgrid.setFrom(\"[email protected]\");\r\nsendgrid.setSubject(\"Hello World\");\r\nsendgrid.setText(\"My first email through SendGrid\");\r\n\r\nsendgrid.send();\r\n```\r\n\r\n## Installation\r\n\r\n## Usage\r\n\r\n## Development\r\n\r\n### Generating the jar\r\n\r\n```bash\r\ngradle jar\r\n```\r\n\r\n(If you don't have gradle install it. If on a mac, you can run `brew install gradle`) \r\n\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}