Page 1 of 1

How swift mailer handles email verification

Posted: Wed Oct 10, 2007 9:23 pm
by cade
I just want to know how swift mailer handles email verification as format checking, dns validation, smtp validation and etc. Where can I get the code in the swift mailer library?

I always keep getting Notice: Swift::batchSend expects parameter 1 to be instance of Swift_Message in ...... What does this mean?

Re: How swift mailer handles email verification

Posted: Wed Oct 10, 2007 9:34 pm
by feyd
cade wrote:I just want to know how swift mailer handles email verification as format checking, dns validation, smtp validation and etc. Where can I get the code in the swift mailer library?
Trick question?
cade wrote:I always keep getting Notice: Swift::batchSend expects parameter 1 to be instance of Swift_Message in ...... What does this mean?
It means batchSend() expects the first parameter to be an instance of the object Swift_Message.

Have you read any of the tutorials d11wtq has written on the Swift Mailer website?