<div>Hi,</div>
<div> </div>
<div>Suppose my website is <a href="http://www.mysite.com/">www.mysite.com</a> (fictional) and it's a vhost on my webserver.</div>
<div> </div>
<div>I used to have email on my webserver @<a href="http://mysite.com">mysite.com</a> and I just POPped into the server to receive email (while sending email was done thru my ISP's SMTP servers).</div>
<div> </div>
<div>Recently I switched to Google Apps (aka Gmail for domains).</div>
<div> </div>
<div>I have a form on my website which uses support @ <a href="http://mysite.com">mysite.com</a> and it delivers email to the mbox of one of the users. Note: "support" used to be an alias for one of the users in the <a href="http://mysite.com">mysite.com</a> domain but I have deleted the alias.</div>

<div> </div>
<div>My point is the email is not delivered to support @ <a href="http://mysite.com">mysite.com</a> which is now a Google Apps email address. My server is stubborn and will not send it to Google.</div>
<div> </div>
<div>The form is using PHP's mail function.</div>
<div> </div>
<div>Any ideas on what I can do to solve this?</div>
<div> </div>
<div>Best regards,</div>
<div> </div>
<div>Reg</div>