CMXX - Mailer update

This commit is contained in:
“VeLiTi”
2025-05-09 14:18:06 +02:00
parent da78217dd9
commit c20d2d9c6e
30 changed files with 4535 additions and 159 deletions

View File

@@ -122,6 +122,7 @@ $location_new = (($post_content['location'] != '' && $post_content['location'] !
//STEP 3 - Send to user
$mail_location = (file_exists($_SERVER['DOCUMENT_ROOT'].'/custom/'.$domain.'/mail/email_template_reset.php') ? $_SERVER['DOCUMENT_ROOT'].'/custom/'.$domain.'/mail/email_template_reset.php' : './assets/mail/email_template_reset.php');
include_once $mail_location;
send_mail($user_data['email'],$subject,$message,'','');
}