Download the PHP package webservco/mail without Composer
On this page you can find all versions of the php package webservco/mail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download webservco/mail
More information about webservco/mail
Files in webservco/mail
Download webservco/mail
More information about webservco/mail
Files in webservco/mail
Vendor webservco
Package mail
Short Description A PHP component/library.
License MIT
Homepage https://webserv.co
Package mail
Short Description A PHP component/library.
License MIT
Homepage https://webserv.co
Please rate this library. Is it a good library?
Informations about the package mail
webservco/mail
A PHP component/library for async email sending.
Setup
- Create table
- Can use custom name if needed.
Usage
Adding email to sending queue
-
Create a
\WebServCo\Mail\DataTransfer\MailItem
DTO. - Store it:
WebServCo\Mail\Contract\Service\Storage\MailItemStorageInterface
.storeMailItem(MailItem $mailItem): int
.
Sending emails
- Use a scheduled job;
- Process:
MailingProcessorInterface
.process()
; - Get report:
MailingProcessorInterface
.getItemsProcessingReport()
;
TODO
- [ ] Add support for attachments;
- [ ] Solve Phan "PhanUndeclaredType*";
All versions of mail with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3
phpmailer/phpmailer Version ^6
psr/log Version ^3
webservco/command Version ^0
webservco/data Version ^0
webservco/database Version ^0
phpmailer/phpmailer Version ^6
psr/log Version ^3
webservco/command Version ^0
webservco/data Version ^0
webservco/database Version ^0
The package webservco/mail contains the following files
Loading the files please wait ....