Hi,
I have been using mail() to test sending emails on my localhost (running on WIN XP). However, i am now going to switch over to my web host which is running on UNIX.
My question is that for the mail() to work on Unix, do i have to set the SMTP in the php.ini file? Can i just activate the mail() function without setting the SMTP, SMTP_from or SMTP_from and sendmail_from parameters?
Any help / comment will be appreciated. Thank you.