SitePoint Sponsor |
|
User Tag List
Results 1 to 1 of 1
-
May 26, 2009, 10:05 #1
mail() not sending to Google APPS accounts?
I am trying to send mail() to a Google APPS domain I have setup. The code is simple:
PHP Code:<?php
mail('jake@benjaminsrealty.com', 'Subject Line', 'Message body.', null, '-fydev_steve@hotmail.com');
?>
Thanks!
Bookmarks