Re: [PHP] phpmailer send() always return true even the email address is invalid

2009-08-27 Thread Paul M Foster
On Thu, Aug 27, 2009 at 09:00:24AM -0400, Bob McConnell wrote: > > The return code only tells you the local server accepted the mail. It is > unlikely that server knows the address is invalid since it can only > validate the domain portion of the address. Only the destination server > can validat

RE: [PHP] phpmailer send() always return true even the email address is invalid

2009-08-27 Thread Bob McConnell
From: Ashley Sheridan > On Thu, 2009-08-27 at 20:38 +0800, Keith wrote: >> Due to my web hosting server implement SMTP authentication, I couldn't do it >> with PHP mail() function, so I opt for PHPMailer. >> However, the $mail->Send() method always return true even I've set the >> $mail->AddAddre

Re: [PHP] phpmailer send() always return true even the email address is invalid

2009-08-27 Thread Ashley Sheridan
On Thu, 2009-08-27 at 20:38 +0800, Keith wrote: > Due to my web hosting server implement SMTP authentication, I couldn't do it > with PHP mail() function, so I opt for PHPMailer. > However, the $mail->Send() method always return true even I've set the > $mail->AddAddress with invalid email addres