I am having trouble sending e-mails from SMF (I am forced to use Immediate registration), I ahve tried both sendmail and SMTP. The path to my sendmail is '/usr/sbin/sendmail -t -f ftpusername', and I know the correct SMTP settings. What could be wrong, how does SMF know where sendmail is?
Can any of you help me?
It uses PHP. Try adding this to your Settings.php file just *before* the ?>:
ini_set('sendmail_path', '/usr/sbin/sendmail -t -f ftpusername');
ini_set('sendmail_from', '
[email protected]');
-[Unknown]