Update ***************************************************** Sorry realized that was a bad title. It should say "How do I send email using your smtp but not using 'mail.mydomain.com'?" *********************************************************** Here is my problem. I have a Googles Apps account which is "[email protected]" I also have a subdomain that resolves "mail.mydomain.com" to Google's Apps login page. Now after looking at your info for sending email from your site. You want users to map "mail.mydomain.com" to your servers to send emails using your smtp server. Is there a secondary domain url that I could use to send email through your smtp server? The reason is my site currently has over 700 users and growing. Since Google has a 500 per day limit on emails sent I usually use the hosts email smtp to send newsletter type emails and only use the Google Apps interface for person to person emails.
How many emails are you planning to send out a day? We do have an email restriction. You may want to also use our acceptable usage policy. http://Winhost.com/about-Winhost-aup.aspx Also you may want to verify if the email is enabled on your Winhost account. To to your Winhost control panel/Site Manager/Email Manager and let us know what you see.
I read your "acceptable usage policy" for email and its way more then we need which is great. I'm looking to send a newsletter out every month maybe to all the users. Besides that, right now we only get like 6 to 9 new users sign up a day. So they get 1 email each with there account info and help links. Eventually it might go up to once a week once I get my news section up. This is what I see in the control panel for email I want to use something else besides "mail.mydomain.com".
I'm going to have to let you know that we do not endorse, encourage, or recommend using our SMTP server when you are using another 3rd party mail server to capture your email. There can be unforeseen negative consequences when you do this. One is that there can be a potential conflict. The other is that you can be blocked by spam filters when you send an email through a smtp server that is not your primary email server. However, we will not stop or hinder you if you choose this route only that you are aware of possible negative consequences. The email server you will be using is m03.internetmailserver.net. You will need to pass SMTP authentication for our mail server to send out your email. You should be able to use your postmaster account. Make sure you pass the full email address of the postmaster account. This POP account exist on our email server.
I know all the risks involved. I researched this to death when I did it on my previous host provider. As long as you add a SPF record letting Google know which server is being used to send the email it works fine. Reference link: http://www.google.com/support/a/bin/answer.py?hl=en&answer=33786 Really good link by codinghorror on how to make sure your email gets to where its going. http://www.codinghorror.com/blog/2010/04/so-youd-like-to-send-some-email-through-code.html Thanks