Thread: mailing problem
View Single Post
Old 05-09-2008, 11:44 PM   #10 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,444
sde is on a distinguished road
try to simplify your script. here's a sample taken from php.net. if this doesn't work for you, i don't know how to help.
PHP Code:
<?php
mail
('caffinated@example.com''My Subject'$message);
PHP: mail - Manual
__________________
Mike
sde is offline   Reply With Quote