Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Newsletter

Empfohlene Antworten

Veröffentlicht

So, ich habe eine Datei (newsletter.dat) die folgendes enthält

heinz@web.de

ulf@lycos.de

zanger@gmx.net

....

nun möchte ich ein Script basteln mit einer Textarea wo ich nun meine Nahcricht reinschreibe und einen Button (Absenden) wo dann dieser Text an alle in der Datei enthaltenen Mail-Adressen gesendet wird. Da ich aber nicht weis wieviel Zeilen das sind / sich ja ständig ändert, so müsste ich das vorher irgendwie überprüfen...

Wie könnte ich das machen ?

du kannst die datei per file() auslesen.

danach hast du einen array.


$emails = file("email.dat");

diesen kannst du dann in einer schleife abarbeiten.

for($a=0;$a<count($emails);$a++){

 mail($emails[$a],"news",$body,"From: [email]me@aol.com[/email]");

}

Vielen Dank ! Das suchte ich...

Gruß Ranger81

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.