I want to send a mail from localhost. I am using XAMPP to develop my php app.I found in google that I have to modify php.ini
file, localhost must be replaced by server name of my ISP
.Whats that???
[mail function]
; For Win32 only.
; http://php.net/smtp
SMTP = localhost
; http://php.net/smtp-port
smtp_port = 25