Cicla tutte le mail in stato 105 (Inviato al server) ed esegue:
mail.confirm()
Che da effettivamente luogo alla spedizione.
Esempio utilizzo:
dj poste_conferm -r
| -n, –dry-run: | Dry-run. Don’t really confirm, just show messages to be confirmed |
|---|---|
| -i, –id: | act only on message with primary key id |
| -r, –rol: | Test rol service |
| -l, –lol: | Test lol service |
| -v: | variabile Booleana per visualizzare i print |
utilizzo:
dj poste-update-status -r | -l
| -n, –dry-run: | Dry-run. Don’t really update, just show messages to be updated |
|---|---|
| -i, –id: | act only on message with primary key id |
| -r, –rol: | Test rol service |
| -l, –lol: | Test lol service |
| -v: | variabile Booleana per visualizzare i print |
Semplice test di autenticazione sul server delle poste. Verifica che la configurazione sia corretta.
utilizzo:
dj test_poste
| -r, –rol: | Test rol service |
|---|---|
| -l, –lol: | Test lol service |
| -L, –level LEVEL: | |
| test LEVEL(TEST or PROD) | |
| -v: | variabile Booleana per visualizzare i print |