|
Posted by BoneIdol on 11/16/07 10:42
Pretty much you need the sendmail_from set in your php.ini. If you
cannot alter it with your host, try using the code:
ini_set('sendmail_from', 'email@example.com');
My company uses fasthosts to provide our hosting, and they require
that you use this line of code, and the email address must be an email
address on their servers. So it may be worth looking through your
host's help section about this if it does not work correctly.
Navigation:
[Reply to this message]
|