php - Localhost Wamp Failed to send email -


i downloaded source code here http://www.html-form-guide.com/php-form/php-registration-form.html membership login site site, extracted zip file paste source folder in localhost. followed instructions there, fine can add new users in database. problem encountered can't send confirmation code users email address. got error message "failed sending registration confirmation email." believe part in phpmailer code.

if(!$mailer->send())         {             $this->handleerror("failed sending registration confirmation email.");             return false;         }         return true; 

please me new trying 1 thank much! can download file in link provided try it


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -