Hello all,
I have been trying to send email using the php mail functions..I have tried different examples but i keep getting the same error:
Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\... etc
I have tried googling the answer but i dont undertand the SMTP thing..from what i've understood there is some configuration settings i must change in the php.ini file???
i have wamp server installed with php version 5.2.5
thx for ur help
I have been trying to send email using the php mail functions..I have tried different examples but i keep getting the same error:
Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\... etc
I have tried googling the answer but i dont undertand the SMTP thing..from what i've understood there is some configuration settings i must change in the php.ini file???
i have wamp server installed with php version 5.2.5
thx for ur help
Comment