Package version
9.2.1
Describe the bug
When using the node ace make:mail verify_email command, the file generated is as follows:
app
└── mails
├── ...
└── verify_e_notification.ts
And the class name :
import { BaseMail } from '@adonisjs/mail'
export default class VerifyENotification extends BaseMail {
// ...
}
The mailName generator deletes mail and mailer. Is this intentional?
Reproduction repo
No response