App\Notifications\LeadActionNotification::toMail PHP Method

toMail() public method

Get the mail representation of the notification.
public toMail ( mixed $notifiable ) : Illuminate\Notifications\Messages\MailMessage
$notifiable mixed
return Illuminate\Notifications\Messages\MailMessage
    public function toMail($notifiable)
    {
        /*return (new MailMessage)
          ->line('The introduction to the notification.')
          ->action('Notification Action', 'https://laravel.com')
          ->line('Thank you for using our application!'); */
    }