23-01-2026
This commit is contained in:
parent
8fd1f4d451
commit
389d5d1820
59 changed files with 9642 additions and 883 deletions
18
app/Console/Commands/readme.md
Normal file
18
app/Console/Commands/readme.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
Newsletter-Synchronisation (wie gewohnt):
|
||||
|
||||
# Normale Synchronisation (letzte 30 Tage)
|
||||
|
||||
php artisan newsletter:sync-ferienwohnungenphp artisan newsletter:sync-kulturreisen
|
||||
|
||||
# Vollständige Synchronisation
|
||||
|
||||
php artisan newsletter:sync-ferienwohnungen --forcephp artisan newsletter:sync-kulturreisen --force
|
||||
#Bereinigung bestehender blockierter E-Mails:
|
||||
|
||||
# Erst testen (zeigt nur an, was gelöscht würde)
|
||||
|
||||
php artisan newsletter:cleanup-blocked-emails --dry-run
|
||||
|
||||
# Tatsächlich löschen
|
||||
|
||||
php artisan newsletter:cleanup-blocked-emails
|
||||
Loading…
Add table
Add a link
Reference in a new issue