Commit 66cf5d7e authored by Ashutosh Batra's avatar Ashutosh Batra Committed by Vipul Basapati

Email templates abatra (#263)

* from one line to view format

* change in vue version

* view file for email template

* Implaement Responsive Email Template

* Update package.json

* Removed mjml dependency

* Add Dynamic Confirmation Link
parent aec014e5
......@@ -52,6 +52,6 @@ class UserNeedsConfirmation extends Notification
$confirmation_url = route('frontend.auth.account.confirm', $user->confirmation_code);
return (new MailMessage())
->view('emails.template', compact('confirmation_url'));
->view('emails.template', ['confirmation_url' => $confirmation_url]);
}
}
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment