Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing in D:\Inetpub\ideasdev\webauction\dataface\actions\register.php on line 455
I'm getting this error message when filling out and submitting the user registration form on my auction site. Any idea as to why this might be happening, .. or how I might go about fixing it?
The server where my website is hosted requires SMTP authentication when sending email. Is the needed smtp authentication stuff already in place in the source code? If so, .. specifically where do I specify the authentication info? Or would the existing source code need to be adapted to accommodate for this? Please advise.
Thanks!
- Yvan