Configuring mail on FreeBSD
Posted: Mon Feb 03, 2003 10:33 am
Hi there,
I am tring to send a simple mail with the following line
This works well with windows2000, but fails (Though it doesn't show any error message) on a FreeBSD server running apache. With phpinfo() I am getting the follwing information about the server
Thanks in advance.
-Abdul
I am tring to send a simple mail with the following line
Code: Select all
mail("me@domain.com","Enquiry","Hello")Whis sound like, what it should be. All mails are still available on /var/spool/mqueue. But, it is not being send. Any help would be appreciated.sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
Thanks in advance.
-Abdul