HomeSupportContact Us 
Shared Windows HostingReseller HostingSemi-DedicatedDedicated ServerData CenterFAQ
FAQ - Email
Category:  Account  |  Email  |  Programming  |  Email Client Setup

Email FAQs

1. What POP and SMTP servers do I use to access my emails? What login should i use?
2. Why the emails I sent to Earthlink, Hotmail and Yahoo end up in bulk/spam mail boxes?
3. Cannot log into the mail admin. I used main account login and email with no luck.
4. How to add email accounts using mailadmin?
5. Do you have any sample script of using ASPEmail to send mail?
6. Why when I try to login to WebMail client, the page just refreshes and I can't login?
7. I can receive email but NOT send any email, it says mail server not found. Why?


1. What POP and SMTP servers do I use to access my emails? What login should i use?

  

mail.yourdomain.com for both POP and SMTP. Use full email address, user@yourdomain.com, to login.


2. Why the emails I sent to Earthlink, Hotmail and Yahoo end up in bulk/spam mail boxes?

  

You need to add
Mail.Helo = "yourdomain mail"
That line will transmit the handshake header to keep it out of spam/bulk email boxes.


3. Cannot log into the mail admin. I used main account login and email with no luck.

  

You must use full email, admin@yourdomain.com.


4. How to add email accounts?

  

First, goto http://mail.yourdomain.com:8383, then login using admin@yourdomain.com as the email, and account password. Select User Administration from the drop down list. When come to a new page, click 'Add' and enter the information.


5. Do you have any sample script of using ASPEmail to send mail?

  

Set Mail = Server.CreateObject("Persits.MailSender")
Mail.Host = "mail.yourdomain.com"
Mail.From = "user@yourdomain.com"
Mail.Username = "user@yourdomain.com"
Mail.Password = "password"
Mail.FromName = "Your Name"
Mail.AddAddress "to@otherdomain.com"
Mail.AddBCC "cc@otherdomain.com"
Mail.Subject = "Subject of the email"
Mail.Body = "Body of the email"
On error resume next
Mail.Send
set Mail = nothing
If Err <> 0 Then
    Response.Write "Error when trying to send mail"
end if


6. Why when I try to login to WebMail client, the page just refreshes and I can't login?

  

This happens because your domain is being or not transferred. If you already changed the DNS, please allow 2-3 days for the transfer to complete.


7. I can receive email but NOT send any email, it says mail server not found. Why?

  

It's possible that your ISP block external SMTP and require you to use their SMTP server to control spamming. Please check with them.



Shared Hosting  |  Reseller  |  Dedicated Server  |  Data Center  |  Software Products  |  FAQ  |  Contact Us
Privacy Statement  |  Terms of Service

30 Days Money Back Guarantee
If you are not completely satisfied with our windows hosting service within the first 30 days, you will receive a full refund of the hosting price.

Reliable Support
HostingChannel's support team are dedicated to our clients. If you have any question or request, please contact us here.

Instant Account Activation
All windows and reseller hosting orders that are paid for on the day of ordering, are instantly activated.


Copyright © 2002 - 2007, HostingChannel.net. All rights reserved.