Confirm that message was sent
Posted: Fri Nov 30, 2007 12:14 pm
Hey,
Using PHP5 and Swiftmailer 3.3.2.
Lately I'm experiencing some issues when sending emails. It's random as far as I see it, so issue is most likely somewhere on the server. Until this is resolved, I need a way to verify if a message was sent or not.
I'm using catch() and get the error Swift_ConnectionException. As far as I understand the documentation this means no message should have been sent but it is.
Is there something in $swift that I can use to confirm the message was sent or not?
Using PHP5 and Swiftmailer 3.3.2.
Lately I'm experiencing some issues when sending emails. It's random as far as I see it, so issue is most likely somewhere on the server. Until this is resolved, I need a way to verify if a message was sent or not.
I'm using catch() and get the error Swift_ConnectionException. As far as I understand the documentation this means no message should have been sent but it is.
Is there something in $swift that I can use to confirm the message was sent or not?