cakephp-email-queue
cakephp-email-queue copied to clipboard
Maximum Retry Count
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 count.
@lorenzo
Is there any way to configure the maximum retry count via bootstrap.php or wherever?
no :) https://github.com/lorenzo/cakephp-email-queue/blob/b3d2e7b9a3cf249828c1ba996d7915302dc78317/src/Model/Table/EmailQueueTable.php#L103
@shlaing I would accept a pull request to configure this.