cakephp-email-queue icon indicating copy to clipboard operation
cakephp-email-queue copied to clipboard

A email sending queue for CakePHP

Results 12 cakephp-email-queue issues
Sort by recently updated
recently updated
newest added

I've just discovered that exchange will consider as spam an email without a messageId. Is there a reason why you set it to false in SenderShell.php? Line 122 my proposal...

Took PR from [kpro-phil:feat_cc_bb](https://github.com/kpro-phil/cakephp-email-queue/tree/feat_cc_bb) to add CC/BCC-functionality and implemented cakephp-commands since shell is deprecated in cake4. Also removed deprecations with ->all() SenderCommand isn't complete. It lacks it sub-command. But it...