Has anyone used SendMail while being hosted under WinHost before?

Discussion in 'Site Programming, Development and Design' started by brmcdani44, Aug 16, 2011.

  1. I have found my SMTP Host fine. I just have had trouble finding out where my smtp client IP address would be. For instance:

    SmtpClient Smtp = new SmtpClient("96.31.35.44");
    Smtp.Host = "mail.bassnation.us";

    Has anyone used SendMail while being hosted under Winhost before? Please help me out.

    Thanks in advance
     
    Last edited by a moderator: Oct 14, 2015

Share This Page