A view is not required but a mail should have any content. You can use an (empty HTML string)
(Not tested) Example for your your mailable:
public function content(): Content
{
return new Content(
htmlString: '<yourhtml>',
);
}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community