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
-
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