Hi all!
Thanx for any help in advance! Ive got a problem emailing variables from a form (file1.php). In file2.php is this mail()-function: // it mal()functions!
mail ("myemail@mydomain.xx",
"Contacting from http://www.mydomain.xx:",
"The User submitted:
Name: $name
Firma: $firma
e-Mail: $email
Website: $website
Telefon: $telefon
Job: $job
Stunden: $hours
Lohn: $lohn
Wochenende: $wochenende") // This is line X (see below)
Then I get this error:
Warning: Failed to Connect in c:\path\file2.php on line X // <--
Why? My php.ini isset
[mail function]
; For Win32 only.
SMTP = localhost
; For Win32 only.
sendmail_from = localhost
; For Unix only. You may supply arguments as well
(default: "sendmail -t -i").
;sendmail_path =
I say thanx to everybody helping me! Greets,
Andy


