Howdy,
I'm still receiving an error similar to the one stated above:
Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in C:\xxxxxxxxx\register.php on line 725
Line 725 is:
mail($emailAddress, $subject, $message, "From: XXXXXXX<admin@xxxx.com.au>\nX-Mailer: PHP/" . phpversion());
My PHP.ini file is set up as follows:
[mail function]
; For Win32 only.
SMTP = mail.xxxxx.com.au
smtp_port = 25
; For Win32 only.
sendmail_from =
martyf@xxxxxxxxxxx.com.au
Are you able to help out with this problem at all?
Cheers,
Marty