Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using method later() #30

Open
igibioy999 opened this issue Mar 16, 2022 · 3 comments
Open

Using method later() #30

igibioy999 opened this issue Mar 16, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@igibioy999
Copy link

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!

@iwasherefirst2
Copy link
Owner

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 iwasherefirst2 added the enhancement New feature or request label Mar 16, 2022
@igibioy999
Copy link
Author

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

@iwasherefirst2
Copy link
Owner

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants