laravel-multimail icon indicating copy to clipboard operation
laravel-multimail copied to clipboard

Using method later()

Open igibioy999 opened this issue 2 years ago • 3 comments

Hi there, will it be possible to use the method later() to queue emails for later? If not, is there a workaround how this can be done with this package? Thanks a lot!

igibioy999 avatar Mar 16 '22 19:03 igibioy999

Its not implemented now, but it should only be a few lines of code. Just take a look how queue() is implemented in PendingMail & MultiMail, we would need a later method which is basically the same, just delaying the dispatched job. Could you create a MR for that?

iwasherefirst2 avatar Mar 16 '22 21:03 iwasherefirst2

yes, I managed to implement it in the way as you described it. What is MR? :)

igibioy999 avatar Mar 17 '22 20:03 igibioy999

@igibioy999 that is great! With MR I meant if you could create a Merge-Request, so I can add the later method to this package

iwasherefirst2 avatar Mar 18 '22 00:03 iwasherefirst2