Add files
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/*
|
||||
--- SMTP server settings ---
|
||||
This is the only file that should be edited!
|
||||
*/
|
||||
|
||||
$SMTP = [
|
||||
'timeout' => '',
|
||||
'hostname' => '',
|
||||
'username' => '',
|
||||
'password' => ''
|
||||
];
|
||||
?>
|
||||
Reference in New Issue
Block a user