|
@@ -117,7 +117,7 @@ class SeminarSignUpController extends ApiController
|
117
|
117
|
return $this->apiResponse($data);
|
118
|
118
|
}
|
119
|
119
|
|
120
|
|
- // list
|
|
120
|
+ // list
|
121
|
121
|
public function getReMailData()
|
122
|
122
|
{
|
123
|
123
|
|
|
@@ -159,18 +159,18 @@ class SeminarSignUpController extends ApiController
|
159
|
159
|
$jobTitle = $list[$i]["jobTitle"];
|
160
|
160
|
$trackOfInterest = $list[$i]["trackOfInterest"];
|
161
|
161
|
|
162
|
|
- if ($lang=='TP'||$lang=='HS') {
|
163
|
|
- $this->mailToUser_TW($firstName_orig, $lastName_orig, $companyName_orig, $companyEmail_orig, $backupEmail_orig,
|
164
|
|
- $phoneNumber_orig, $country, $registeredSession, $lunchOptions, $typeOfIndustry, $typeOfJob, $jobTitle, $trackOfInterest);
|
165
|
|
- } elseif ($lang=='JP') {
|
166
|
|
- $this->mailToUser_JP($firstName_orig, $lastName_orig, $companyName_orig, $companyEmail_orig, $backupEmail_orig,
|
167
|
|
- $phoneNumber_orig, $country, /*$registeredSession, $lunchOptions, */$typeOfIndustry, $typeOfJob, $jobTitle, $trackOfInterest);
|
168
|
|
- } elseif ($lang=='KR') {
|
169
|
|
- $this->mailToUser_KR($firstName_orig, $lastName_orig, $companyName_orig, $companyEmail_orig, $backupEmail_orig,
|
170
|
|
- $phoneNumber_orig, $country, /*$registeredSession, $lunchOptions, */$typeOfIndustry, $typeOfJob, $jobTitle, $trackOfInterest);
|
171
|
|
- } else {
|
172
|
|
- $this->mailToUser_EN($firstName_orig, $companyEmail_orig, $backupEmail_orig);
|
173
|
|
- }
|
|
162
|
+ // if ($lang=='TP'||$lang=='HS') {
|
|
163
|
+ // $this->mailToUser_TW($firstName_orig, $lastName_orig, $companyName_orig, $companyEmail_orig, $backupEmail_orig,
|
|
164
|
+ // $phoneNumber_orig, $country, $registeredSession, $lunchOptions, $typeOfIndustry, $typeOfJob, $jobTitle, $trackOfInterest);
|
|
165
|
+ // } elseif ($lang=='JP') {
|
|
166
|
+ // $this->mailToUser_JP($firstName_orig, $lastName_orig, $companyName_orig, $companyEmail_orig, $backupEmail_orig,
|
|
167
|
+ // $phoneNumber_orig, $country, /*$registeredSession, $lunchOptions, */$typeOfIndustry, $typeOfJob, $jobTitle, $trackOfInterest);
|
|
168
|
+ // } elseif ($lang=='KR') {
|
|
169
|
+ // $this->mailToUser_KR($firstName_orig, $lastName_orig, $companyName_orig, $companyEmail_orig, $backupEmail_orig,
|
|
170
|
+ // $phoneNumber_orig, $country, /*$registeredSession, $lunchOptions, */$typeOfIndustry, $typeOfJob, $jobTitle, $trackOfInterest);
|
|
171
|
+ // } else {
|
|
172
|
+ // $this->mailToUser_EN($firstName_orig, $companyEmail_orig, $backupEmail_orig);
|
|
173
|
+ // }
|
174
|
174
|
// );
|
175
|
175
|
|
176
|
176
|
$res = [
|