Add files

This commit is contained in:
Asif Bacchus
2020-07-28 09:29:51 -06:00
commit 0ade3fed4d
9 changed files with 6603 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<?php
/*
--- SMTP server settings ---
This is the only file that should be edited!
*/
$SMTP = [
'timeout' => '',
'hostname' => '',
'username' => '',
'password' => ''
];
?>