generate_mail
Generate Laravel 13 Mailable classes with markdown templates, attachments, and queue support. Specify mail name, subject, recipient, and options.
Instructions
Generate a Laravel 13 Mailable class with markdown templates, attachments, and queue support.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | Email subject | |
| hasQueue | No | ||
| mailName | Yes | Mail class name e.g. 'WelcomeEmail' | |
| recipient | No | Recipient type or placeholder | |
| hasAttachment | No | ||
| markdownTemplate | No |