Skip to content

Commit

Permalink
chore: 관리자 계정으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jyajoo committed Jan 21, 2025
1 parent ee82bed commit 8408ccb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
@Slf4j
public class MailService {

// TODO: 관리자 계정으로 바꾸기
private static final String ADMIN_EMAIL = "jyajoo1020@gmail.com";
private static final String ADMIN_EMAIL = "travel.in.nanaland@gmail.com";
private final Environment env;
private final JavaMailSender javaMailSender;
private final SpringTemplateEngine templateEngine;
Expand Down

0 comments on commit 8408ccb

Please sign in to comment.