Skip to content

Commit

Permalink
Merge pull request #198 from JokerTrickster/feat/196/image_upload_che…
Browse files Browse the repository at this point in the history
…ck_api

{improvement} - 관리자 이메일 추가 \n #196
  • Loading branch information
JokerTrickster authored Oct 25, 2024
2 parents 6f52d63 + ed68498 commit 1265d6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils/aws/ses.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ func EmailSendFoodUploadReport(successFoodList, failedFoodList []string) {
fmt.Println("Error marshaling template data:", err)
return
}
//"[email protected]"
emailSend([]string{"[email protected]"}, emailTypeFoodNameReport, string(templateDataJson), "foodUploadReport")
emailSend([]string{"[email protected]", "[email protected]"}, emailTypeFoodNameReport, string(templateDataJson), "foodUploadReport")
}
func EmailSendFoodNameReport(foodNames []string) {
currentDate := time.Now().Format("01-02")
Expand Down

0 comments on commit 1265d6b

Please sign in to comment.