nicodiaz / sendit
Sendit Queue and Send mails asynchronously by a deamon
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/nicodiaz/sendit
Requires
- php: >=5.3.0
Requires (Dev)
This package is not auto-updated.
Last update: 2025-10-20 18:45:45 UTC
README
PHP Project to to send mails asynchronously.
- Supports different types of mails
- Use a DB driver to enqueue the mails (soon other drivers like text files)
- Run as a cron job
Releases
0.9
- Add items to the queue (library)
- Process queue (library)
- Shell script to configure a cron job (process-queue.sh)
1.0.0
- First Stable Version
1.0.1
- Changes in constructor to receive the configuration params
1.0.2
- The config is removed from "require_once" section of the library
1.0.3
- Add the posibility of send mails with params using plainholders in the body of email types
1.0.4
- The php executable to process the queue now updated to the new constructor
1.0.5
- The subject is now utf8 decoded
1.1.0
- The service and daemon files are included
1.1.1
- The add email method change to enqueueEmail
- The params db datatype changed to TEXT
1.1.2
- Set the default charset type to UTF-8