Secondary domain/address for smtp server?

Discussion in 'Email' started by pgaule, Aug 29, 2011.

  1. Hello,

    We have an e-mail form on our website (compliance-advisor.com) that was previously working via the "m01.internetmailserver.net" SMTP server. At some point, this got changed so that we have to use "mail.compliance-advisor.com" instead. The problem with that is that we are managing the DNS record for mail.compliance-advisor.com already and it's pointed to our corporate exchange server. As a result, mail.compliance-advisor.com doesn't point to your SMTP server.

    If need be, we can configure our SMTP server to accept open relay requests, but I am wondering if there is an alternate IP address for your SMTP server, so that it will work similar to how m01.internetmailserver.net was working before.

    Thanks
     
  2. You should be able to send email messages using m01.internetmailserver.net regardless as long as you are authenticating with a valid email user(ex. postmaster) that exist on the server.

    We have some sample code available to our customers in our knowledge base:

    http://support.Winhost.com/KB/a650/how-to-send-email-in-aspnet.aspx

    You will see from the link the outgoing SMTP is set to "mail.HostingAccountDomain.com" however you can replace this with m01.internetmailserver.net and it should work without any issues.
     
    Last edited by a moderator: Oct 14, 2015

Share This Page