https://github.com/bolt/bolt-extension-email-spooler
https://github.com/bolt/bolt-extension-email-spooler
bolt-extension
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bolt/bolt-extension-email-spooler
- Owner: bolt
- License: mit
- Created: 2016-09-13T09:44:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-06-27T15:03:47.000Z (about 6 years ago)
- Last Synced: 2025-07-18T05:46:30.049Z (12 months ago)
- Topics: bolt-extension
- Language: PHP
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Email Spool Manager
-------------------
Nut command line spool management:
```
Usage:
php app/nut email:spool [options]
Options:
--clear Clear all un-sent message files from the queue. USE WITH CAUTION!
--flush Flush (send) any queued emails.
--recover Attempt to restore any incomplete email to a valid state.
--show Show any queued emails.
```