I'm running the folowing on Windows XP Professional platform:
- Apache 2.0.45
- MySQL 4.0.12
- PHP 4.3.2-RC1 + PEAR
- Perl 5.8.0
- mod_php 4.3.1
- mod_ssl 2.0.44
- openssl 0.9.7a
When I try to generate and send an email using a web form a few different scripts i've found on the web, I get the same error message:
Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini
My SMTP is set to Localhost. There is no "smtp_port" setting in the php.ini file. I tried adding that in below the SMTP setting but received the same error message.
I've also configured my router to open port 25 on the machine running Apache.
Does anyone know of a resolution to this issue?
Stumped
Johnedo