File manager - Edit - /home/justdoit/portal.springpasscapital.com/mailcode.php
Back
$emailHTML = ' <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Verification Code - Spring Pass Capital</title> <style> body, table, td, div, p, h1, h2, h3 { margin: 0; padding: 0; font-family: "Segoe UI", Arial, Helvetica, sans-serif; } body { background-color: #f8fbfd; -webkit-font-smoothing: antialiased; } .email-wrapper { max-width: 520px; margin: 0 auto; padding: 30px 20px; } .email-header { background: linear-gradient(135deg, #2596be, #1c7fa3, #0f5e78); padding: 35px 30px; text-align: center; border-radius: 20px 20px 0 0; } .email-header .logo-icon { font-size: 28px; margin-bottom: 10px; } .email-header h2 { color: #ffffff; font-size: 22px; font-weight: 700; margin: 0 0 5px 0; } .email-header p { color: rgba(255, 255, 255, 0.85); font-size: 14px; margin: 0; } .email-body { background: #ffffff; padding: 35px 30px; border-radius: 0 0 20px 20px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); } .greeting { font-size: 15px; color: #333333; line-height: 1.6; margin-bottom: 20px; } .message { font-size: 14px; color: #666666; line-height: 1.7; margin-bottom: 25px; } .code-container { background: #f0f9ff; border: 2px dashed #2596be; border-radius: 16px; padding: 30px 20px; text-align: center; margin: 25px 0; } .code-label { font-size: 13px; color: #888888; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; } .verification-code { font-size: 36px; font-weight: 800; color: #2596be; letter-spacing: 10px; font-family: "Courier New", Courier, monospace; } .expiry-note { font-size: 12px; color: #f59e0b; margin-top: 12px; font-weight: 600; } .info-section { background: #f8fafc; border-radius: 12px; padding: 18px 20px; margin: 25px 0; border-left: 4px solid #2596be; } .info-section p { font-size: 13px; color: #555555; line-height: 1.6; margin: 5px 0; } .warning-box { background: #fef3e0; border-left: 4px solid #f59e0b; padding: 15px 18px; border-radius: 8px; margin: 20px 0; } .warning-box p { font-size: 13px; color: #92400e; margin: 0; line-height: 1.6; } .help-text { text-align: center; font-size: 13px; color: #888888; margin-top: 20px; } .email-footer { text-align: center; padding: 20px 0 0 0; } .email-footer .brand-name { font-size: 14px; font-weight: 700; color: #1a1a2e; margin-bottom: 5px; } .email-footer p { font-size: 11px; color: #aaaaaa; margin: 3px 0; } .email-footer .divider { border-top: 1px solid #e2e8f0; margin: 15px 0; } @media only screen and (max-width: 480px) { .email-wrapper { padding: 15px 10px; } .email-header { padding: 25px 20px; } .email-body { padding: 25px 20px; } .verification-code { font-size: 28px; letter-spacing: 6px; } } </style> </head> <body> <div class="email-wrapper"> <div class="email-header"> <div class="logo-icon">🏔️</div> <h2>Spring Pass Capital</h2> <p>Login Verification Code</p> </div> <div class="email-body"> <p class="greeting">Hello <strong>' . htmlspecialchars($user['full_name']) . '</strong>,</p> <p class="message">You recently requested to login to your Spring Pass Capital account. To complete the login process, please use the verification code below:</p> <div class="code-container"> <p class="code-label">Your Verification Code</p> <div class="verification-code">' . $code . '</div> <p class="expiry-note">⏰ This code expires in 1 minute</p> </div> <div class="info-section"> <p><strong>📧 Email:</strong> ' . htmlspecialchars($user['email']) . '</p> <p><strong>🕐 Time:</strong> ' . date('F d, Y \a\t h:i A') . '</p> <p><strong>🌍 IP Address:</strong> ' . ($_SERVER['REMOTE_ADDR'] ?? 'Unknown') . '</p> </div> <div class="warning-box"> <p><strong>⚠️ Security Notice:</strong> If you did not request this verification code, please ignore this email and contact our support team immediately at <strong>support@springpasscapital.com</strong>. Your account security is important to us.</p> </div> <p class="help-text">Having trouble? Contact us at <strong>support@springpasscapital.com</strong></p> </div> <div class="email-footer"> <p class="brand-name">🏔️ Spring Pass Capital</p> <p>Enterprise Digital Banking Platform</p> <div class="divider"></div> <p>© ' . date('Y') . ' Spring Pass Capital. All rights reserved.</p> <p>This is an automated message. Please do not reply to this email.</p> </div> </div> </body> </html>';
| ver. 1.4 |
Github
|
.
| PHP 7.0.33 | Generation time: 0.9 |
proxy
|
phpinfo
|
Settings