Sorry for my english and i'm learning using Freebsd 6.0 so i have no idea where i may search for errors in configuration files.
THE PROBLEM:
I have uninstall sendmail and i've instaled qmail on FreeBSD to send messages via PHP function: mail().
In php.ini i have:
This configuration sends e-mail but i've got on my mailbox (different host) two identical mails. Why??
The PHP script is working fine on windows with smtp server so it's ok.
I have no idea where to start looking...
Looking forward to getting an answer
THE PROBLEM:
I have uninstall sendmail and i've instaled qmail on FreeBSD to send messages via PHP function: mail().
In php.ini i have:
Code:
sendmail_path = /var/qmail/bin/qmail-inject
The PHP script is working fine on windows with smtp server so it's ok.
I have no idea where to start looking...
Looking forward to getting an answer