Sending Mail - PhpMailer

Discussion in 'Email' started by Allen, Dec 18, 2016.

  1. Hi,
    I sending mail with phpMailer which works fine when the host is smtp.gmail.com and I use my username and password for gmail.

    But what if want to use my everleap domain email, which I've tried by setting the host to mail.thrivezone.org with my username and password for a mail account. All I get is an error message "SMTP Error: Could not connect to SMTP host"

    In short, is it possible to authenticate using the email account with Everleap or do I need to continue using gmail for that.
     
  2. It turns out, to make this work, you have to use mail server in the mx record...like, for me it is
    sm14.internetmailserver.net
     
    Ray Huang likes this.
  3. Ray Huang

    Ray Huang Everleap staff

    Glad you figured it out.
     

Share This Page