6 lines
166 B
PHP
6 lines
166 B
PHP
<?php if(!isset($subject)) $subject = "Konu başlığı";
|
|
if(!isset($html)) $html = "Mail içeriği";
|
|
if(!isset($to)) $to = "info@eu-jer.com";
|
|
?>
|
|
<?php echo $html ?>
|