feat: email verification sent with resent.com

This commit is contained in:
2025-09-03 12:43:23 +03:30
parent b82f5042b2
commit c5c9d27e95
5 changed files with 138 additions and 8 deletions
+5 -5
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html>
<body>
<h2>Your Verification Code</h2>
<p>Use the code below to verify your email:</p>
<html lang="fa" dir="rtl">
<body style="text-align: right; font-family: Tahoma, Arial, sans-serif;">
<h2>کد تأیید شما برای {{ config('app.name') }}</h2>
<p>برای تأیید ایمیل خود از کد زیر استفاده کنید:</p>
<h1>{{ $code }}</h1>
<p>This code will expire in 15 minutes.</p>
<p>این کد تا ۱۵ دقیقه معتبر است.</p>
</body>
</html>