Laravel app sending mails with mandrillapp and Mailchimp. it's working.
How do you handling errors? How can I know is the mail sent or not?
Mail is send with Mail::sent() in try/catch block.
count(Mail::failures) is always 0. I can't find what type or error is needed to show in failures[]?
I can catch Swift_RfcComplianceException and Swift_TransportException
I read the mailchimp documentation but can't find some return of API which says about mail status.
You cannot be sure if a mail was delivered just as it is sent. The reply might come several minutes or even hours later. Therfor you can set up webhooks that sends a request to your app when a mail is deliverered or failed