Posts: 256
Location: Auckland, New Zealand
|
There's 3 options in php.ini for setting SMTP/sendmail,
sendmail_from, sendmail_path and SMTP
For Windows, you use only sendmail_from (the from email address) and SMTP (usually your ISP's SMTP server or your own SMTP server)
For Linux you use sendmail_from and sendmail_path (usually "/usr/sbin/sendmail -t -i" with quotes) but you could use SMTP if you don't use sendmail or sendmail compatible MTAs.
I guess cause it's sendmail and not sendmail_path that it's the problem.
Cheers,
MC
__________________
#------------------------------ signature---------------------------------------------------------------------------------#
Quote:
|
I am well recognised for what I don't do than what I do. Chores are just one of those things.
|
|