sendmail and php...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
DSM
Forum Contributor
Posts: 101
Joined: Thu May 02, 2002 11:51 am
Location: New Mexico, USA

sendmail and php...

Post by DSM »

Having a strange sendmail problem.
using mail($to,$subject,$body,$headers);
I am able to send email to myself, but not to an outside email address.
Anyone have any ideas.
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

Are you sure it's connected to the net?
Post Reply