how to know smtp server name of my ISP?
Posted
by Piyush
on Stack Overflow
See other posts from Stack Overflow
or by Piyush
Published on 2010-05-20T07:44:31Z
Indexed on
2010/05/20
8:00 UTC
Read the original article
Hit count: 184
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
© Stack Overflow or respective owner