Hallo zusammen,
ich hatte vor wenigen Tagen noch eine Seite, auf der eine E-Mail rausgesendet wurde via
es hat wunderbar funktioniert. Heute wollte ich es wieder probieren und es kommt folgende Seite:
Woran kann das liegen, hat vielleicht jemand eine Idee?
Vielen Dank und liebe Grüße
Tobi
ich hatte vor wenigen Tagen noch eine Seite, auf der eine E-Mail rausgesendet wurde via
Code:
$empfaenger = email-adresse; $betreff = "Betreff"; $from = "From: <[email protected]>\r\n"; $from .= "Reply-To: <[email protected]>\r\n"; $from .= "MIME-Version: 1.0\r\n"; $from .= "Content-Type: text/html; charset=ISO-8859-1\r\n"; $text = "hier der Text"; mail($empfaenger, $betreff, $text, $from);
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [no address given] to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [no address given] to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Vielen Dank und liebe Grüße
Tobi
Kommentar