pls help me, how to send email and how to use mail() function… i dont know if my php.ini file is properly configured. here it is;
[mail function]
; For Win32 only.
SMTP = smtp.secureserver.net
smtp_port = 25
; For Win32 only.
;sendmail_from = myemail@yahoo.com
the error says;
"Warning: mail(): “sendmail_from” not set in php.ini or custom “From:” header missing in C:\webroot\mail.php on line 15"
-pls somebody help me with this problem. thanks in advance!
- pls give me some example of sending emails. thnks!