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:

  1. install / configure smtp server on localhost port 25
  2. change configuration point other smtp server can connect to

Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -