mail() not sending mail

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

mail() not sending mail

Post by DSM »

Ok guys here's one.
using sendmail on a linux box, cannot not get mail() to send mail out. I did notice that safe_mode is On in Local Value, but Off in Master Value.

Any Ideas?
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

i'd use my smtp ;)
Post Reply