This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

SMTP help - Network Solutions is my host


  1. ausbill32
    Member

    I'm using Network Solutions to host my website and some of my emails are not beling delivered while others are 10-40 minute delays. I'm using an email address that I created from Network Solution and when I send an individual email from that account it's delivered immediately. I've searched thru all these forum and tried multiple confirgurations but nothing is curing this. Can anyone else who is using Network Solutions post your settings? I was told by the Network Solutions to use port 2525 or 587, I've tried both with same negative result.

    define('USE_SMTP',false); //set this to 'true' to use SMTP

    define('SMTP_HOST','smtp.mydomain.com'); // I've tried 'mail' & 'smtp'
    define('SMTP_PORT',2525);
    define('SMTP_AUTH',true); //if your SMTP require authentification, set this to 'true'
    define('SMTP_USERNAME','no-reply@mydomain.com');
    define('SMTP_PASSWORD','password');
    define('SMTP_SECURE',false); //set this to 'true' if your server is using secure SMTP (TLS/SSL)

    Posted 12 years ago #
  2. ausbill32
    Member

    These below are the directions from network solutions which I tried.

    1. Username: [name@domain.ext]
    2. Password: [the password you set up when you configured your mail box]
    3. Incoming Mail Server: [mail.domain.ext]
    4. Outgoing Mail Server: [mail.domain.ext]
    5. Outgoing Server requires Authentication (typically found in advanced options or settings)
    6. Use Same Username and Password as Incoming
    Outgoing Server Port: 2525 or if using Verizon 587

    Posted 12 years ago #
  3. ausbill32
    Member

    Super fast response time from appnitro support and I'm up and running. thank you so much support team and speedy response !!!

    Resolved:
    define('USE_SMTP',true); //set this to 'true' to use SMTP

    define('SMTP_HOST','localhost');
    define('SMTP_PORT',25);
    define('SMTP_AUTH',false); //if your SMTP require authentification, set this to 'true'
    define('SMTP_USERNAME','domainemailaddresshere@xxx.com');
    define('SMTP_PASSWORD','domainemailaddresspassword');
    define('SMTP_SECURE',false); //set this to 'true' if your server is using secure SMTP (TLS/SSL)

    Posted 12 years ago #

RSS feed for this topic

Reply