dvanoppen
Legacy Member
Ik probeer de functie mail te laten werken op een WAMP
php.ini:
[mail function]
; For Win32 only.
SMTP = uit.telenet.be
smtp_port = 25
; For Win32 only.
sendmail_from = [email protected]
php code:
<?php
mail("[email protected]", "test", "testbericht");
?>
Foutmelding:
Versturen van een testmail.
Warning: mail() [function.mail]: Failed to connect to mailserver at "uit.telenet.be" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\Oef\mail2.php on line 13
Iemand een suggestie?
php.ini:
[mail function]
; For Win32 only.
SMTP = uit.telenet.be
smtp_port = 25
; For Win32 only.
sendmail_from = [email protected]
php code:
<?php
mail("[email protected]", "test", "testbericht");
?>
Foutmelding:
Versturen van een testmail.
Warning: mail() [function.mail]: Failed to connect to mailserver at "uit.telenet.be" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\Oef\mail2.php on line 13
Iemand een suggestie?

