Added Option to Email Thank you for your payment! under add payment

This commit is contained in:
root
2019-04-16 14:11:30 -04:00
parent dbddd857d9
commit 88ee1f2156
10 changed files with 135 additions and 31 deletions

View File

@@ -34,7 +34,7 @@
$config_invoice_footer = "Please make checks payable to PittPC<br>Visit us at pittpc.com";
//Mail Settings (Host must require TLS Support)
$config_smtp_host = "";
$config_smtp_host = "mail.pittpc.com";
$config_smtp_username = "";
$config_smtp_password = "";
$config_smtp_port = 587;