Skip to content

Commit

Permalink
fix : emailjs 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
myeongju00 committed Sep 22, 2023
1 parent 0aed105 commit af009ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/admin(deprecated)/src/pages/Email/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ const Email = () => {
template: string,
applicant: IApplicantTypeWithID,
) => {
emailjs.init('lgOEAaszhLcwuzIQvCuwG');
emailjs.init('pVvcK6wY1xj9L_Xjv');
const result = await emailjs.send('default_service', template, {
email: applicant.email,
name: applicant.name,
});
user_email: applicant.email,
user_name: applicant.name,
}, 'pVvcK6wY1xj9L_Xjv');
return result;
};

Expand Down

0 comments on commit af009ea

Please sign in to comment.