phpmailerTest/config.php
Asif Bacchus 0ade3fed4d Add files
2020-07-28 09:29:51 -06:00

13 lines
188 B
PHP

<?php
/*
--- SMTP server settings ---
This is the only file that should be edited!
*/
$SMTP = [
'timeout' => '',
'hostname' => '',
'username' => '',
'password' => ''
];
?>