| baseportal | |||
| English - Deutsch | "Es gibt keine dummen Fragen - jeder hat einmal angefangen" | ||
|
| Ausgewählter Eintrag: | Zur Liste |
$body = "<p>Dies ist der Text der Nachricht<br>Mit Umlauten: äöü - ÄÖÜ</p>";
$subj = "bp mail";
$result2 = mail( "reto_diener@bluewin.ch", "$subj", "<body>$body</body>", "info@gruene-winterthur.ch", "", "", "", "", "Content-type: text/html\n");
if ($result2 == undef) {
$text = "cannot send mail ($!)";
out <<EOF;
<p>$text</p>
EOF
} else {
$text = "mail sent (result: $result2)";
out <<EOF;
<p>$text</p>
EOF
|
|
| Alle Einträge zum Thema: | Zur Liste |
$body = "<p>Dies ist der Text der Nachricht<br>Mit Umlauten: äöü - ÄÖÜ</p>";
$subj = "bp mail";
$result2 = mail( "reto_diener@bluewin.ch", "$subj", "<body>$body</body>", "info@gruene-winterthur.ch", "", "", "", "", "Content-type: text/html\n");
if ($result2 == undef) {
$text = "cannot send mail ($!)";
out <<EOF;
<p>$text</p>
EOF
} else {
$text = "mail sent (result: $result2)";
out <<EOF;
<p>$text</p>
EOF
$result2 = mail( "reto_diener\@bluewin.ch", "$subj", "<body>$body</body>", "info\@gruene-winterthur.ch", "", "", "", "", "Content-type: text/html\n");
$result2 = mail( 'eto_diener@bluewin.ch' "$subj", "<body>$body</body>", 'nfo@gruene-winterthur.ch' "", "", "", "", "Content-type: text/html\n");
| Liste der ersten 150 Einträge: | Einklappen | Zur Eingabe |
| Zur Eingabe | > Ältere Einträge | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 >> Älteste Einträge |
| © baseportal.de. Alle Rechte vorbehalten. Nutzungsbedingungen |