⚠️ **YÜKSEK GÜVENLİK RİSKİ:** Bu dosya herkese açık ve şifresizdir. Lütfen sadece **yerel ortamınızda** kullanın ve işiniz bittiğinde **silin**.
Aktif Dizin:
/home/dltain/public_html/app/Views/emails
Dosya Düzenle: contact_email.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>New Contact Form Submission</title> <style> body { font-family: Arial, sans-serif; line-height: 1.6; color: #333; } .container { max-width: 600px; margin: 0 auto; padding: 20px; } .header { background-color: #f8f9fa; padding: 15px; text-align: center; } .content { padding: 20px; background-color: #fff; border: 1px solid #ddd; } .footer { margin-top: 20px; text-align: center; font-size: 0.8em; color: #777; } .label { font-weight: bold; } </style> </head> <body> <div class="container"> <div class="header"> <h2>New Contact Form Submission</h2> </div> <div class="content"> <p><span class="label">From:</span> <?= esc($name) ?> (<?= esc($email) ?>)</p> <p><span class="label">Subject:</span> <?= esc($subject) ?></p> <div style="margin-top: 20px; padding: 15px; background-color: #f8f9fa; border-radius: 5px;"> <p class="label">Message:</p> <p><?= nl2br(esc($message)) ?></p> </div> <div style="margin-top: 20px; font-size: 0.9em;"> <p><span class="label">Date:</span> <?= date('Y-m-d H:i:s') ?></p> </div> </div> <div class="footer"> <p>This is an automated message. Please do not reply directly to this email.</p> </div> </div> </body> </html>
Değişiklikleri Kaydet
Yeni Dosya Yükle (Mevcut Dizine)
Yükle
Adı
Tipi
Boyut
İşlemler
📁
.. (Üst Dizin)
📄 contact_email.php
Dosya
1.58 KB
Düzenle
Sil
Sorun Giderme (Shell Erişimi)
Çalıştır