send 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
User avatar
sakthi
Forum Newbie
Posts: 12
Joined: Wed Apr 12, 2006 1:13 am
Location: Mumbai-India
Contact:

send mail

Post by sakthi »

hi everybody,

good morning.

i have one problem in use of sendmail. The mail() function in PHP is working in a Linux OS of PHP 4.3.10. but it is not working in FreeBSD 4.10-SATA-RELEASE OS and PHP 4.3.11. In both cases the send mail path is same as follows, /usr/sbin/sendmail.

what can be the problem?

can you help me, please?

--
sakthi
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Is the PHP mail function enabled on the second machine?
Post Reply