aheckmann / node-ses

An Amazon SES api for nodejs with proper error handling.
http://aheckmann.github.com/node-ses
MIT License
200 stars 37 forks source link

Error handling #4

Closed m4mum closed 11 years ago

m4mum commented 11 years ago

First, i dont know it is node-ses or ses level issue.

  1. If i try to send mail on asdf@m4mum.com (domain exists but mail id does not), 1st time it success, 2nd time it is giving error.
  2. if i try to send mail on someuser@domainnotexists.com it always show me success!

Any clue?

Raxit

ghost commented 11 years ago

I don't think this is a problem with the library. If the email is wrong you get a bounce mail.

aheckmann commented 11 years ago

not sure what the behavior of amazons ses service does under these conditions. any error returned from their service is passed back to the callback so we should be ok. closing for now.