Replies: 1 comment 4 replies
-
Mind sharing a PR for same? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Following this doc to queue emails in-memory for sending, but my IDE is not showing the required
sendLater
method:The method is defined in
MailerContract
interface:https://github.com/adonisjs/mail/blob/45f699319359fe880841a1ca357691ea7ac50d71/adonis-typings/mail.ts#L576-L579
...but not in
MailManagerContract
(because when I hover onimport Mail from '@ioc:Adonis/Addons/Mail'
, it shows its typeMailManagerContract
).Beta Was this translation helpful? Give feedback.
All reactions