Anil Labs

Wednesday, February 17, 2010

Sending mail using phpmailer and gmail as smtp

10 comments:

  1. Hi,

    I tried ur code it is giving me following error

    Message was not sent
    Mailer Error: Language string failed to load: connect_host

    please advice

    ReplyDelete
  2. Hi Rahul,

    Thank you for intimating me,

    Just change the gmail smtp like:

    $mailer->Host = 'smtp.gmail.com:587';

    And at class.phpmailer.php file change the

    public $SMTPAuth = true;

    Then it will be work.

    ReplyDelete
  3. how to attach the doc file in this code?

    ReplyDelete
  4. hey its still not working.its not connecting to smtp

    ReplyDelete
  5. Hello, Anil

    I am getting the error

    SMTP Error: Could not authenticate. Message was not sent
    Mailer Error: SMTP Error: Could not authenticate.

    ReplyDelete
  6. Hey every body i m new in this forum........and i m using this code, but the prob. is if user want's to contact us as above code then he'll have to write there email id and password...the prob. is password can any one here tell me how can i use PHPMAILER code without using SMTPAUTH or PASSWORD thnx in advance..:)

    ReplyDelete
  7. i am new, i don't know how to send mail, as you said, i downloaded phpmailer inwhich there were some files so i did not know how to use, so just copy and paste your php code, then accures some errors

    Warning: require(includes/class.phpmailer.php) [function.require]: failed to open stream: No such file or directory in D:\wamp\www\mail\mailer\email.php on line 11

    Fatal error: require() [function.require]: Failed opening required 'includes/class.phpmailer.php' (include_path='.;C:\php5\pear') in D:\wamp\www\mail\mailer\email.php on line 11

    please help me

    ReplyDelete
  8. thanks a lot!!!!!!!!!!!!!!!!!!!!!it worked super!!!!my 8 hours search came to end.....

    ReplyDelete
  9. Thanks a lot.It working great.

    ReplyDelete
  10. I am using another SMTP provider.... I get the following error using PHP Mailer

    Message could not be sent.Mailer Error: The following From address failed: xxx@xxx.com

    Can someone comment?

    ReplyDelete