You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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?
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!
The text was updated successfully, but these errors were encountered: