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?
How swift mailer handles email verification
Moderators: Chris Corbyn, General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
Re: How swift mailer handles email verification
Trick question?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?
It means batchSend() expects the first parameter to be an instance of the object Swift_Message.cade wrote:I always keep getting Notice: Swift::batchSend expects parameter 1 to be instance of Swift_Message in ...... What does this mean?
Have you read any of the tutorials d11wtq has written on the Swift Mailer website?