am codul
Cod: Selectaţi tot
<?php
$message = "Test";
$to = "......@yahoo.com";
$subject = "Test Email";
$headers = "From: .....@yahoo.com\r\n";
mail($to, $subject, $message, $headers);
?>
""Warning: mail() [function.mail]: Failed to connect to mailserver at "127.0.0.1" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in .....""
caut de vreo 3 ore pe google rezolvarea dar, sincer, nu reusesc sa ma lamuresc care-i problema, unde si ce trebuie sa modific
In php.ini am asa: (am inlocuit http: cu xxx pt ca nu ma lasa sa trimit mesaj cu mai mult de doua url-uri)
----------------------------------------------------------------
Cod: Selectaţi tot
[mail function]
; For Win32 only.
;xxx//php.net/smtp
SMTP = 127.0.0.1
; xxx//php.net/smtp-port
smtp_port = 25
; For Win32 only.
; xxx//php.net/sendmail-from
;sendmail_from = me@example.com
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
; xxx//php.net/sendmail-path
;sendmail_path =
; Force the addition of the specified parameters to be passed as extra parameters
; to the sendmail binary. These parameters will always replace the value of
; the 5th parameter to mail(), even in safe mode.
;mail.force_extra_parameters =
; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
mail.add_x_header = On
; Log all mail() calls including the full path of the script, line #, to address and headers
;mail.log =
Multumesc anticipat