Closed msrumon closed 4 years ago
@thetutlage proposed me to make this PR w/ the changes. Full discussion can be found here.
I'm not sure, I'm still in learning phase of writing type definitions for TypeScript projects. I hope I made the correct fix. :)
Hey @msrumon It's only the typing is missing. The sendLater method also needs to be implemented on MailManager, along with some tests :)
sendLater
Oh I see. That's why the tests have failed, right?
Thanks for the fix. The doc says sendLater method pushes the emails to in-memory queue, but doesn't tell anything about how to push them to separate queue server. Can you add that as an example to the doc please? Or at least describe here?
Proposed changes
@thetutlage proposed me to make this PR w/ the changes. Full discussion can be found here.
Types of changes
Checklist
Further comments
I'm not sure, I'm still in learning phase of writing type definitions for TypeScript projects. I hope I made the correct fix. :)