fix : email template
This commit is contained in:
@@ -1,25 +1,23 @@
|
||||
<html dir="rtl" lang="fa">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>ورود به سیستم</title>
|
||||
</head>
|
||||
|
||||
<body
|
||||
style="font-family: 'IRANSans', Arial, sans-serif; line-height: 1.6; color: #333; max-width: 600px; margin: 0 auto; padding: 20px; text-align: center;">
|
||||
<div style="text-align: center; margin-bottom: 30px;">
|
||||
<h1>ورود به سیستم</h1>
|
||||
</div>
|
||||
<div style="background-color: #f9f9f9; padding: 20px; border-radius: 5px;">
|
||||
<p>سلام،</p>
|
||||
<p>کد تایید :</p>
|
||||
<div style="font-size: 20px; color: #2c3e50; text-align: center; margin: 20px 0;">{{otp}}</div>
|
||||
|
||||
</div>
|
||||
<div style="text-align: center; margin-top: 30px; font-size: 12px; color: #666;">
|
||||
<p>این ایمیل به صورت خودکار ارسال شده است. لطفاً به آن پاسخ ندهید.</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>کد تایید تغییر رمز عبور</title>
|
||||
</head>
|
||||
<body
|
||||
style="font-family: 'IRANSans', Arial, sans-serif; line-height: 1.6; color: #333; max-width: 600px; margin: 0 auto; padding: 20px; text-align: center; dir:rtl;"
|
||||
>
|
||||
<div style="text-align: center; margin-bottom: 30px;">
|
||||
<h1>ورود به سیستم</h1>
|
||||
</div>
|
||||
<div style="background-color: #f9f9f9; padding: 20px; border-radius: 5px;">
|
||||
<p>سلام،</p>
|
||||
<p>ورود به سیستم در تاریخ و ساعت زیر انجام شد:</p>
|
||||
<div style="font-size: 20px; color: #2c3e50; text-align: center; margin: 20px 0;">{{date}}</div>
|
||||
<p>با تشکر</p>
|
||||
</div>
|
||||
<div style="text-align: center; margin-top: 30px; font-size: 12px; color: #666;">
|
||||
<p>این ایمیل به صورت خودکار ارسال شده است. لطفاً به آن پاسخ ندهید.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,23 +1,26 @@
|
||||
<html dir="rtl" lang="fa">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>کد تایید تغییر رمز عبور</title>
|
||||
</head>
|
||||
<body
|
||||
style="font-family: 'IRANSans', Arial, sans-serif; line-height: 1.6; color: #333; max-width: 600px; margin: 0 auto; padding: 20px; text-align: center; dir:rtl;"
|
||||
>
|
||||
<div style="text-align: center; margin-bottom: 30px;">
|
||||
<h1>ورود به سیستم</h1>
|
||||
</div>
|
||||
<div style="background-color: #f9f9f9; padding: 20px; border-radius: 5px;">
|
||||
<p>سلام،</p>
|
||||
<p>ورود به سیستم در تاریخ و ساعت زیر انجام شد:</p>
|
||||
<div style="font-size: 20px; color: #2c3e50; text-align: center; margin: 20px 0;">{{date}}</div>
|
||||
<p>با تشکر</p>
|
||||
</div>
|
||||
<div style="text-align: center; margin-top: 30px; font-size: 12px; color: #666;">
|
||||
<p>این ایمیل به صورت خودکار ارسال شده است. لطفاً به آن پاسخ ندهید.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>ورود به سیستم</title>
|
||||
</head>
|
||||
|
||||
<body
|
||||
style="font-family: 'IRANSans', Arial, sans-serif; line-height: 1.6; color: #333; max-width: 600px; margin: 0 auto; padding: 20px; text-align: center;">
|
||||
<div style="text-align: center; margin-bottom: 30px;">
|
||||
<h1>ورود به سیستم</h1>
|
||||
</div>
|
||||
<div style="background-color: #f9f9f9; padding: 20px; border-radius: 5px;">
|
||||
<p>سلام،</p>
|
||||
<p>کد تایید :</p>
|
||||
<div style="font-size: 20px; color: #2c3e50; text-align: center; margin: 20px 0;">{{otp}}</div>
|
||||
|
||||
</div>
|
||||
<div style="text-align: center; margin-top: 30px; font-size: 12px; color: #666;">
|
||||
<p>این ایمیل به صورت خودکار ارسال شده است. لطفاً به آن پاسخ ندهید.</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user