fix : email template

This commit is contained in:
2026-02-07 11:49:30 +03:30
parent 27472034b4
commit 4c8ad2c359
2 changed files with 46 additions and 45 deletions
+21 -23
View File
@@ -1,25 +1,23 @@
<html dir="rtl" lang="fa"> <html dir="rtl" lang="fa">
<head>
<head> <meta charset="UTF-8" />
<meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>کد تایید تغییر رمز عبور</title>
<title>ورود به سیستم</title> </head>
</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;"
<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;">
<div style="text-align: center; margin-bottom: 30px;"> <h1>ورود به سیستم</h1>
<h1>ورود به سیستم</h1> </div>
</div> <div style="background-color: #f9f9f9; padding: 20px; border-radius: 5px;">
<div style="background-color: #f9f9f9; padding: 20px; border-radius: 5px;"> <p>سلام،</p>
<p>سلام،</p> <p>ورود به سیستم در تاریخ و ساعت زیر انجام شد:</p>
<p>کد تایید :</p> <div style="font-size: 20px; color: #2c3e50; text-align: center; margin: 20px 0;">{{date}}</div>
<div style="font-size: 20px; color: #2c3e50; text-align: center; margin: 20px 0;">{{otp}}</div> <p>با تشکر</p>
</div>
</div> <div style="text-align: center; margin-top: 30px; font-size: 12px; color: #666;">
<div style="text-align: center; margin-top: 30px; font-size: 12px; color: #666;"> <p>این ایمیل به صورت خودکار ارسال شده است. لطفاً به آن پاسخ ندهید.</p>
<p>این ایمیل به صورت خودکار ارسال شده است. لطفاً به آن پاسخ ندهید.</p> </div>
</div> </body>
</body>
</html> </html>
+25 -22
View File
@@ -1,23 +1,26 @@
<html dir="rtl" lang="fa"> <html dir="rtl" lang="fa">
<head>
<meta charset="UTF-8" /> <head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta charset="UTF-8" />
<title>کد تایید تغییر رمز عبور</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head> <title>ورود به سیستم</title>
<body </head>
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;"
> <body
<div style="text-align: center; margin-bottom: 30px;"> style="font-family: 'IRANSans', Arial, sans-serif; line-height: 1.6; color: #333; max-width: 600px; margin: 0 auto; padding: 20px; text-align: center;">
<h1>ورود به سیستم</h1> <div style="text-align: center; margin-bottom: 30px;">
</div> <h1>ورود به سیستم</h1>
<div style="background-color: #f9f9f9; padding: 20px; border-radius: 5px;"> </div>
<p>سلام،</p> <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>
<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;"> </div>
<p>این ایمیل به صورت خودکار ارسال شده است. لطفاً به آن پاسخ ندهید.</p> <div style="text-align: center; margin-top: 30px; font-size: 12px; color: #666;">
</div> <p>این ایمیل به صورت خودکار ارسال شده است. لطفاً به آن پاسخ ندهید.</p>
</body> </div>
</html> </body>
</html>