What is the e-mail server configurations?

Discussion in 'Site Programming, Development and Design' started by Makhaly, Jan 10, 2010.

  1. What is the e-mail server configurations that i need to send e-mails from Winhost mail server.

    I know the Host but what about the port that we use to send e-mails using SMTP?

    Thanks in adavnce...
     
  2. port 587 works for me
     
  3. Thanks alot

    It works for me. It is the 587 port.

    Thanks alot...
     
  4. If you use localhost you shouldn't have to specify a port...
     
  5. Ray

    Ray

    The email servers we offer for our customers web application is the same email server they would use to send out through there email client such as Outlook. That will be 'mail.[you domain name].com'.
    Because you will be using our email server it will require that you also pass smtp authentication. You may want to review this kb article as a guideline for your codes.

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

    Our smtp servers will use the standard smtp ports 25 or 587. By default most web applications will use port 25 so you shouldn't need to specify it, but it is always good coding practice to do so.
     
    Last edited by a moderator: Oct 14, 2015
  6. I have tested my application on port 25 and it does not send e-mails

    when i try to use port 587 it sends e-mails.

    Thanks alot...
     
  7. Ray

    Ray

    Where is the application residing at the time you performed the test? If it is on your home computer, it could be that your ISP is blocking port 25. This is becoming more common. Since ISP's are trying to help deter the proliferation of spam, more and more ISP's are blocking this port and forcing their customers to use their smtp server.

    Port 25 should be open on our network. If you upload the application on our server this should not be a problem.
     

Share This Page