Skip to content

Commit

Permalink
chore: 앱 비밀번호 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
qormoon committed Jun 26, 2024
1 parent 37bf8cf commit 3176bed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class MailServiceTest {

public void sendTestEmail() {
SimpleMailMessage message = new SimpleMailMessage();
message.setTo("[email protected]"); // 테스트 이메일 수신자
message.setTo("[email protected]");
message.setSubject("Test Email");
message.setText("This is a test email from the application.");

Expand Down

0 comments on commit 3176bed

Please sign in to comment.