Warning: 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:\usr\apache\httpd\html\iiws\odzyskaj.php on line 11
Oto fragment php.ini :
[mail function]
; For Win32 only.
SMTP = localhost
; For Win32 only.
sendmail_from =konradka@o2.pl
; For Unix only. You may supply arguments as well (default: 'sendmail -t -i').
;sendmail_path =
Oto fragment skrypu.
<?php $f_mail = mail($mailik, "www.II-wojna-swiatowa.prv.pl - odzyskałeś hasło!", "Twoje hasło to: $haslo n n Jeżeli nie próbowałeś odzyskiwac hasła to popros
tu zignoruj ten mail."); ?>
Kto mi powie czemu tak jest i co z tym zrobić

