Skip to content

Laravel Notification – notify using only email address

Last updated on January 30, 2021

We can send On Demand Notifications using the Notification facade using an only email address. This is feature is available since Laravel 5.5 and above.

Notification::route('mail', '[email protected]')->notify(new contactFormSubmitted($data));

0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments