From 2778a5f2cb9ceeff555e0763a525549c79b9dd0c Mon Sep 17 00:00:00 2001 From: gerchek Date: Sun, 27 Mar 2022 07:38:32 +0000 Subject: [PATCH] update message.htm --- plugins/vdomah/jwtauth/routes.php | 6 +++--- plugins/vdomah/jwtauth/views/mail/message.htm | 7 +++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/plugins/vdomah/jwtauth/routes.php b/plugins/vdomah/jwtauth/routes.php index 080aeb8..20a1d2b 100644 --- a/plugins/vdomah/jwtauth/routes.php +++ b/plugins/vdomah/jwtauth/routes.php @@ -285,7 +285,7 @@ Route::group(['prefix' => 'api'], function() { Mail::send('vdomah.jwtauth::mail.message', $vars, function($message) { - $message->to('gerchekgerchek1@gmail.com', 'Admin Person'); + $message->to('digital.tps2018@gmail.com', 'Admin Person'); $message->subject('This is a reminder'); }); @@ -353,7 +353,7 @@ Route::group(['prefix' => 'api'], function() { Mail::send('vdomah.jwtauth::mail.credit', $vars, function($message) use ($file) { - $message->to('gerchekgerchek1@gmail.com', 'Admin Person'); + $message->to('digital.tps2018@gmail.com', 'Admin Person'); // $message->subject('This is a reminder'); $message->attach( $file->getRealPath(),array( @@ -412,7 +412,7 @@ Route::group(['prefix' => 'api'], function() { Mail::send('vdomah.jwtauth::mail.card', $data, function($message) { - $message->to('gerchekgerchek1@gmail.com', 'Admin Person'); + $message->to('digital.tps2018@gmail.com', 'Admin Person'); // $message->subject('This is a reminder'); //$message->attach( // $file->getRealPath(),array( diff --git a/plugins/vdomah/jwtauth/views/mail/message.htm b/plugins/vdomah/jwtauth/views/mail/message.htm index 1a33fec..d154884 100644 --- a/plugins/vdomah/jwtauth/views/mail/message.htm +++ b/plugins/vdomah/jwtauth/views/mail/message.htm @@ -1,8 +1,8 @@ -
-