Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
A client wants to use Google Apps for employees but they want to offer email accounts to users of their site for which I\'m going to use Rackspace email. Rackspace is the cheapest I\'ve found (2/month
Scenario: I have a contact form on my web app, it gets alot of spam. I am validating the format of email addresses loosely i.e.^.+@.+\\..+$
This is very similar to this problem: sendmail and MX records when mail server is not on web host I have a php script on an IIS server called example.org.It sends mail() to somedude@example.com, wh
I\'m setting up an app to preform mailhooks. You create an account, assign a callback url, and a pattern to match. Then you get a subdomain that you can send email to. Something like accountname.mail.
I want to implement bulk availability checking of .co.za domain names as accurately as possible by checking for the existence of SOA or MX records using C# ASP.NET.