I've been trying to use the Mandrill API to send transactional emails. While testing, I tried to send to an invalid email 'hgfjhdj@jfdbjkdfhu.com' and got this response
{"list":[{"email":"hgfjhdj@jfdbjkdfhu.com","status":"sent","_id":"dab5afcb3b2643aba6abad8cb2f72e09","reject_reason":null}]}
This response is obviously misleading. However, when I logged into the web interface, the status for the said message displays as 'Soft bounced' and also gave 'Invalid Domain' as the reason, rightly so.
Can anyone explain why there is inconsistency in the status messages?
Thanks