Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
$nachricht = "<html><body>";
$nachricht .= "<table border='0' width='500' cellspacing='0' cellpadding='0'>
$nachricht .= "<tr><td colspan='2'> </td></tr><tr><td>";
$nachricht .= "<span style='font-family:Verdana;font-size:11px;color:#414143;'>" . $text . "</span><br><br>";
$nachricht .= "<br><br>";
$nachricht .= "<br><br>";
$nachricht .= "Gern stehen wir Ihnen auch telefonisch in der Zeit von 9:00 Uhr bis 18:00 Uhr<br>";
$nachricht .= "</td></tr></table>";
$nachricht .= "</body></html>";
$nachricht = stripslashes ($nachricht);
$nachricht = trim ($nachricht);
$header = "From: info@bla.de\r\n";
$header .= "Content-Type: text/html\r\nContent-Transfer-Encoding: 8bit\r\n";
$header .= "X-Mailer: PHP ". phpversion();
$header = "MIME-Version: 1.0\nContent-type: text/html; charset=iso-8859-1\n";