Appnitro Software Forums » MachForm 2

SMTP help - Network Solutions is my host


  1. 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 5 months ago #
  2. 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 5 months ago #
  3. 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 5 months ago #

RSS feed for this topic

Reply