Level 7
Hi, Yes you can juste use :
Mail::raw('Text', function ($message){
$message->to('[email protected]');
});
Regards, Maxime
2 likes
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hey,
it is possible to send a mail with a string as body without using a blade view?
Hi, Yes you can juste use :
Mail::raw('Text', function ($message){
$message->to('[email protected]');
});
Regards, Maxime
Please or to participate in this conversation.