EVOLUTION-MANAGER
Edit File: 6316a260ba29d3c3290097ca1819f1b5ced856f5.php
<!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <title><?php echo e($asunto); ?></title> </head> <body> <center> <div> <div style="background-color: white; width: 600px; text-align : justify; padding: 15px; border-left: 1px solid #B4B5B5; border-top: 1px solid #B4B5B5; border-right: 1px solid #B4B5B5; "> <h2 ><?php echo e($asunto); ?></h2> <p>Nombre: <?php echo e($nombre); ?></p> <p>Email: <?php echo e($email); ?></p> <p> <?php echo e($mensaje); ?> </p> </div> <div style="width: 600px; padding: 15px; border-left: 1px solid #B4B5B5; border-right: 1px solid #B4B5B5; border-bottom: 1px solid #B4B5B5; "> </div> </div> </center> </body> </html>