Support the ongoing development of Laravel.io →
Mail Jetstream
0
moderator

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>',
    );
}
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.