login  Naam:   Wachtwoord: 
Registreer je!
 Forum

[PHP] Mail() "From header..."

Offline timo - 06/12/2006 19:56
Avatar van timoPHP ver gevorderde Ik probeer een mail te versturen (vanaf localhost), maar ik krijg de volgende error:
Citaat:
Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing in C:serverxampphtdocsessmodulesclass.contact.inc.php on line 35

Stukje in php.ini:
  1. [mail function]
  2. ; For Win32 only.
  3. SMTP = localhost
  4. smtp_port = 25
  5.  
  6. ; For Win32 only.
  7. sendmail_from = "timo.maas@orange.nl"
  8.  
  9. ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
  10. ;sendmail_path = "C:\server\xampp\sendmail\sendmail.exe -t"

en m'n headers:
  1. <?
  2. $headers = "MIME-Version: 1.0\r\n";
  3. $headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
  4. $headers .= "Return-Path: Mail-Error <timomaas93@gmail.com>\r\n";
  5. $headers .= "Reply-To: ".$_POST['fromname']." <".$_POST['frommail'].">\r\n";
  6. $headers .= "From: ".$_POST['fromname']." <".$_POST['frommail'].">\r\n";

Maar als ik die echo krijg ik die stukjes tussen <> er op de pagina niet bij maar in de bron wel (staan immers tussen <>)
  1. MIME-Version: 1.0
  2. Content-type: text/html; charset=iso-8859-1
  3. Return-Path: Mail-Error <timomaas93@gmail.com>
  4. Reply-To: timo <timomaas93@gmail.com>
  5. From: timo <timomaas93@gmail.com>


Wat doe ik fout?

2 antwoorden

Gesponsorde links
Offline vinTage - 06/12/2006 19:59
Avatar van vinTage Nieuw lid [mail function]
; For Win32 only.
SMTP = mail-out.telenet.be (bij jou iets van orange wss)

; For Win32 only.
sendmail_from = timo.maas@orange.nl
Offline timo - 06/12/2006 20:00
Avatar van timo PHP ver gevorderde Ik draai Mercury en als ik daar handmatig een nieuw bericht opstel komt die aan..
Gesponsorde links
Dit onderwerp is gesloten.
Actieve forumberichten
© 2002-2024 Sitemasters.be - Regels - Laadtijd: 0.205s