phpMailer eingebaut

also minimal
This commit is contained in:
troy
2022-11-12 11:10:59 +01:00
parent 7a596597da
commit 49ad1f2438
4 changed files with 6553 additions and 4 deletions

View File

@@ -1,12 +1,15 @@
<?php
<?php
if (!defined('SQL_LOG')) define ( 'SQL_LOG', 1 ); // schreibt sql querys in eine log
$_m['host'] = 'localhost';
$_m['host'] = 'localhost';
$_m['user'] = '';
$_m['pass'] = '';
$_m['data'] = '';
$_m['pre'] = 'efcms2_';
$_m['pre'] = '';
$_m['salt'] = '';
$_sendermail = 'noreply@troy-grunt.de';
$_sendermail = 'noreply@.de';
$_smtp['srv'] = 'mail.seemsleg.it';
$_smtp['user'] = 'noreply@.de';
$_smtp['pw'] = '';
?>