Add: sendMailRegistered, mail php

This commit is contained in:
2018-09-19 11:22:36 +09:00
parent 697265ee29
commit bffc63996a
11 changed files with 300 additions and 175 deletions
+7 -5
View File
@@ -1,11 +1,13 @@
<?php
$newLine = "\r\n";
$new_line = "\r\n";
$from = "support+chocomae@jinaju.com";
$bcc = "support+chocomae.automail@jinaju.com";
// load service db setting
$bankName = "카카오뱅크";
$bankOwnerName = "박지상";
$bankAccountNo = "3333-04-4316912";
$bank_name = "카카오뱅크";
$bank_owner_name = "박지상";
$bank_account_no = "3333-04-4316912";
?>