email - How to send mail using mail() function in PHP from localhost -
this question has answer here:
i using mail() function send mail in php localhost not working.
sending mail localhost primary concern. please guide me way achieve same.
it configured use localhost:25 mail server.
the error message says can't connect localhost:25.
therefore have 2 options:
- install / configure smtp server on localhost port 25
- change configuration point other smtp server can connect to
Comments
Post a Comment