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

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -