09-13-2009, 12:58 PM
|
#1 (permalink)
|
|
The Acquainted
Join Date: Oct 2007
Location: Newcastle, UK
Posts: 113
Thanks: 3
|
Email problem
I'm trying to send an email from a website to an email address when someone fills out a form. The email address I'm trying to send to is hosted on google apps (info@clientsdomain.com).
It should be really simple. First I used the php mail function and there was no error, the email just never arrived. Next I tried using PHPMailer but still the same problem.
I switched back to the mail function and used my gmail address and it worked fine. I'm guessing I need to do something different somewhere to be able to send to an email address on google apps rather than a normal gmail account? Has anybody had any experience with this?
|
|
|