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

Hello, There is no option/functionality to set reply-to. In various company they use one mail id to send mails. So what basic idea is generally if some one get an...

It would be handy to retrieve the EmailQueue.id when adding to the queue is successful.

Thanks for this useful plugin! Is there a way to set cc and bcc?

Notice : Undefined index: template [ROOT/vendor/lorenzo/cakephp-email-queue/src/Model/Table/EmailQueueTable.php, line 61] tag: 3.3.1 (compatible with cake 3) https://github.com/lorenzo/cakephp-email-queue/blob/e298e33f59725834c1fcbd0273ce40d32095e3fa/src/Model/Table/EmailQueueTable.php#L61 solved in version 4 tag: 4.0.0 (compatible with cake 4) https://github.com/lorenzo/cakephp-email-queue/blob/47b9517122f0333d028b5c1f81dc55b99d1a2695/src/Model/Table/EmailQueueTable.php#L63 could you fix and...

There was a leftover of array notation which generated a warning in debug.log. Updated to object notation.

Pleas create timestamp where email is realy send Pleas create function for console, where delete sended records. Thenks

Is there any way to configure the maximum retry count via bootstrap.php or wherever? I would like to request that this library should have an option to configure the maximum...

[These lines](https://github.com/lorenzo/cakephp-email-queue/blob/master/src/Shell/SenderShell.php#L66-L68) appear to have the effect of "if the specified layout is `default`, then the specified `configName`, `template`, and `layout` will be ignored when the email is being sent...

Fixes deprecation errors thrown after upgrade.