none special content
"mail.hostname.com",
"SMTP_USER" => "user@domain.com",
"SMTP_PASSWORD" => "***************",
"SMTP_SECURE" => "ssl", // possible values: ssl | tls
"SMTP_PORT" => 465, // SMTP port
"SMTP_DEBUG" => 0 // show errors description if connection failed, possible values: 0 | 1
];
/*************************************************************************************
* FILES SETTINGS
*
* Choose to delete or keep uploaded files on your hosting after receiving emails
* deleted files from your hosting will be available on your email only.
************************************************************************************/
// choose to keep or delete uploaded files after form submit
define("DELETE_FILES_AFTER_MAIL", true); // possible values: true | false