Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add check to see if submission was done correctly #9

Closed
foens opened this issue Oct 13, 2013 · 1 comment
Closed

Add check to see if submission was done correctly #9

foens opened this issue Oct 13, 2013 · 1 comment

Comments

@foens
Copy link
Contributor

foens commented Oct 13, 2013

So far there is no checks in the code for errors. Sending an email with no subject is blindly accepted. What about adding a check like:

if(!request.ok())
throw new RuntimeException(request.body());

in the web() method?

@motdotla
Copy link
Contributor

I'll consider this. For now foens, you have to do the following:

String response = sendgrid.send();

You'll get a json string back. Convert that to json and parse it to do your check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants