I want to send a mail through php code which contains the data entered by user by feeling the web form.
My code is done...But i am not able to send the mail.
It is giving error. The error is as follows.

Warning: mail(): Failed to connect to mailserver at localhost port 25, verify your SMTP and smtp_port

I tried to change the port number from 25 to 80 for example in php.ini
Also my sendmail_from...