mail templates

This commit is contained in:
saparatayev 2022-02-05 14:03:32 +05:00
parent 9ead24f482
commit 858b4fdca0
7 changed files with 78 additions and 4 deletions

View File

@ -467,14 +467,14 @@ class Account extends ComponentBase
];
try {
\Mail::send('rainlab.user::mail.email_verification', $vars, function($message) {
\Mail::send('tps.birzha::mail.' . app()->getLocale() . '.email_verify', $vars, function($message) {
$message->to($this->user()->email, 'Birzha User');
$message->subject('Подтверждение Email');
});
} catch(Throwable $th) {
\Log::info($th);
Flash::error('Cannot verify. Invalid email address');
Flash::error('tps.birzha::mail.' . app()->getLocale() . '.email_verify');
return \Redirect::to('profile');
}

View File

@ -217,8 +217,8 @@ class Plugin extends PluginBase
public function registerMailLayouts()
{
return [
// 'default' => 'system::mail.layout-default',
// 'system' => 'system::mail.layout-system',
'birzha_default' => 'tps.birzha::mail.layout-default',
// 'system' => 'tps.birzha::mail.layout-system',
];
}
@ -231,6 +231,15 @@ class Plugin extends PluginBase
'tps.birzha::mail.message',
'tps.birzha::mail.request',
// email verification
'tps.birzha::mail.ru.email_verify',
'tps.birzha::mail.en.email_verify',
'tps.birzha::mail.tm.email_verify',
// product reviewed
// 'tps.birzha::mail.ru.product_reviewed',
// 'tps.birzha::mail.en.product_reviewed',
// 'tps.birzha::mail.tm.product_reviewed',
];
}

View File

@ -0,0 +1,8 @@
layout="birzha_default"
==
<p>
Hello. You successfully registered on the website of the State Stock
Exchange of Turkmenistan. In order to verify your email address and completely activate
your account, go through <a href="{{ verification_link }}">the link.</a>
</p>

View File

@ -0,0 +1,22 @@
name = "Default layout birzha"
==
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
body {
background-color: aqua;
}
</style>
</head>
<body>
<header>header - default layout - birzha</header>
<main>{{ content|raw }}</main>
<footer>footer - default layout - birzha</footer>
</body>
</html>

View File

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
body {
background-color: coral;
}
</style>
</head>
<body>
<header>header - system layout - birzha</header>
<main>{{ content|raw }}</main>
<footer>footer - system layout - birzha</footer>
</body>
</html>

View File

@ -0,0 +1,8 @@
layout="birzha_default"
==
<p>
Здравствуйте. Вы успешно зарегистрировались на сайте Государственной
товарно-сырьевой биржи Туркменистана. Чтобы подтвердить адрес электронной почты
и полностью активировать учетную запись, перейдите по <a href="{{ verification_link }}">ссылке.</a>
</p>

View File

@ -0,0 +1,8 @@
layout="birzha_default"
==
<p>
Salam. Siz Türkmenistanyň Döwlet
haryt-çig mal biržasynyň web-sahypasynda üstünlikli hasaba alyndyňyz.
Email salgyňyzy tassyklamak üçin, <a href="{{ verification_link }}">şu düwmäni basyň.</a>
</p>