How swift mailer handles email verification

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
cade
Forum Commoner
Posts: 55
Joined: Tue Jul 03, 2007 8:18 pm

How swift mailer handles email verification

Post 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?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Re: How swift mailer handles email verification

Post 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?
Post Reply