Ankündigung

Einklappen
Keine Ankündigung bisher.

Formular Problem

Einklappen

Neue Werbung 2019

Einklappen
X
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Formular Problem

    Code:
    Warning: mail() [function.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:\Programme\xampp\htdocs\phpform\forms\process.php on line 28
    
    Warning: Cannot modify header information - headers already sent by (output started at C:\Programme\xampp\htdocs\phpform\forms\process.php:28) in C:\Programme\xampp\htdocs\phpform\forms\process.php on line 38
    Wie kann ich das beheben?

  • #2
    Re: Formular Problem

    Zitat von Sausack
    Wie kann ich das beheben?
    Code:
    Warning: mail() [function.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:\Programme\xampp\htdocs\phpform\forms\process.php on line 28
    Durch Lesen und Handeln wie in der Fehlermeldung beschrieben. Evtl. Forensuche, Google etc.

    Code:
    Warning: Cannot modify header information - headers already sent by (output started at C:\Programme\xampp\htdocs\phpform\forms\process.php:28) in C:\Programme\xampp\htdocs\phpform\forms\process.php on line 38
    Forensuche

    Kommentar

    Lädt...
    X