Frequently Asked Question

FAQ / Windows Shared Hosting


What is the email server name to be used in ASPX Coding?



What is the email server name to be used in ASPX Coding?


The mail server name used in ASPX coding is domain name.

SmtpClient emailClient = new SmtpClient(domainname);
System.Net.NetworkCredential SMTPUserInfo = new System.Net.NetworkCredential(, );


In general, the smtpclient server name will be smtp.domainname. But for HIOX the server name is just sitename.

How this faq is helpful:

Not at all
helpful
Not much
helpful
Some what
helpful
Very
helpful
Extremely
helpful

What could be better? (Optional)
X
  Not related to my issue
  Too complicated explanations
  Too much information
  Incorrect information
  Unclear information
  Incomplete information
  Too old information
Do you have any other feedback about this faq ?
1000