batchSend() doesn't throw an error on malformed FROM address
Posted: Tue May 08, 2007 3:46 pm
When sending email from the batchSend() method, if the FROM address is not an instance of Swift_Address, it will not throw an error, the email just doesn't send.
If you do the same thing with the send() method, it throws an error letting you know that the FROM address is not an instance of Swift_Address.
Just thought you might like to know...
If you do the same thing with the send() method, it throws an error letting you know that the FROM address is not an instance of Swift_Address.
Just thought you might like to know...