The following steps are required to configure an Exchange 2010 ActiveSync account on most HTC phones.
Note: Please be sure your administrator has purchased you an ActiveSync license and assigned to your email address.
1. Locate...
The following steps are required to configure Exchange 2007 ActiveSync on most HTC phones.
1. After your administrator has purchased an Activesync license and assigned it to your email address, you'll want to log into your User...
Mailgun Overview
What is Mailgun? Mailgun is an email automation service acquired by Rackspace in 2012. It offers a complete cloud-based email service for sending, receiving and tracking email sent through your websites and...
The following article will get your Rackspace email account setup with your Android mobile device using an IMAP connection. An IMAP connection will allow you to access and manage your email directly from Rackspace servers. Any...
If you run your own mail server you'll want it to run spam filtering software to reduce the number of unsolicited emails your users receive. SpamAssassin is an effective spam filter that's relatively easy to install and run....
CUSTOMER'S BUSINESS: Fortune 500 Company
CHALLENGES: Deploy virtual desktop to thousands of employees worldwide and consolidate over 1200 applications into a VDI solution
RACKSPACE SOLUTION: Citrix™ Xen Desktop Services,...
Stable, highly available infrastructure backed by Fanatical Support® frees information management services provider to focus on its core business
AT A GLANCE
CUSTOMER’S BUSINESS: SaaS document management
WHAT THEY DO: Virtual...
First, let’s be forthright: there’s no clear-cut rule that states whether hosting Microsoft Exchange Server® on dedicated servers or managing email systems in-house is better for your bottom line. Usually a hosted environment is...
Many customers have realized that setting up, maintaining, and managing an in-house email solution is very painful and time-consuming. Rackspace® Hosting, however, can take away all of the effort around network uptime, power and...
You can do a WHOIS search to find the administrative email and the current registrar for the domain. See How do I do a WHOIS search? for more information.
You must have access to the administrative email to approve transfer requests when you are changing registrars or updating your name servers. Your current registrar will send an email to this account that will require a reply...
NOTE: This documentation refers to a feature that is no longer available for Cloud Sites. This article is here for the purpose of legacy support only.
Every Cloud Sites account provides you with access to an unlimited number of...
You can use the following code saved into a file with a .asp extension to test CDONTS functionality:
<%
Dim myMail
Set myMail = Server.CreateObject ("CDONTS.NewMail")
myMail.From = "webmaster@example.com"
myMail.To = "nobody@...
The Following Article will guide you through using our Simple Email setup tool in Outlook Web Access (OWA.) to setup your iPhone. Let's take a look and get started:
Note: The following guide applies to customer on an Exchange...
NOTE: This article is written for our Classic Cloud Control Panel. You can access this interface from the New Cloud Control Panel by clicking your username in the upper-right of the control panel and selecting "Classic Control...
Don't Let Spam Filters Ruin Your Bottom Line.
Your message is important. And if it doesn't get to your prospects' and customers' inboxes, the impact on your bottom line can be devastating. That's why SendGrid has developed a...
Below is a sample script you can copy and paste in order to test CDOSYS functionality:
<%
Dim MyMail
Set MyMail = CreateObject("CDO.Message")
MyMail.From = "You@YourDomain.com"
MyMail.To = "YouAgain@YourOtherAddress.com"...
You can test PHP SMTP functions with the following two examples. The first one is standard SMTP while the second one is SMTP with SSL.
We strongly recommend using an SMTP relay that requires authentication. Sending mail through...