Hello, all
I downloaded a mailserver on local computer which also has a localhost server. The mailserver set up an admin account: admin@username. com
When I used the mail function, the following is the error msg generated:
Failed to connect to mailserver at "username.c om" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set().
What do I need to do to make the mailserver work and send email from my machine?
New to php, especially not familiar with SMTP etc,
Any help is greatly appreciated!
pigumcf
I downloaded a mailserver on local computer which also has a localhost server. The mailserver set up an admin account: admin@username. com
When I used the mail function, the following is the error msg generated:
Failed to connect to mailserver at "username.c om" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set().
What do I need to do to make the mailserver work and send email from my machine?
New to php, especially not familiar with SMTP etc,
Any help is greatly appreciated!
pigumcf
Comment