Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 이메일 전송 모듈 구성 및 Sender 구현 #67

Merged
merged 12 commits into from
Jun 23, 2024

Conversation

belljun3395
Copy link
Collaborator

@belljun3395 belljun3395 commented Jun 21, 2024

🎫 연관 이슈

resolved: #66

💁‍♂️ PR 내용

  • 이메일 전송 모듈 구성 및 Sender 구현

🙏 작업

  • email 모듈 추가
  • 기본 EmailSender 추상 객체 구현
  • SendArticleEmailService 구현

🙈 PR 참고 사항

이메일 관련 테스트를 진행할 예정인데
아래 영상에서 나오는 Mailtrap이라는 서비스 사용해볼까 합니다.
해당 서비스 계정은 공유 구글 계정입니다.

https://www.youtube.com/watch?v=ma6TmOJHVqk

@ActiveProfiles("test", "email-test")

와 같이 수정하고

MailProperties 설정을 612675f 와 같이 수정해서 해결은 했는데

불만족...ㅠㅠ

📸 스크린샷

스크린샷 2024-06-22 오후 7 29 06

🤖 테스트 체크리스트

  • 체크 미완료
  • 체크 완료

@belljun3395 belljun3395 requested a review from hun-ca as a code owner June 21, 2024 05:04
@github-actions github-actions bot added config 설정 파일과 관련된 내용을 다룰 때 사용됩니다 feature 새로운 기능을 만들 때 사용됩니다 labels Jun 21, 2024
@belljun3395 belljun3395 force-pushed the feat/#66_belljun3395 branch from 88f99a5 to 62732b8 Compare June 22, 2024 10:26
@belljun3395 belljun3395 force-pushed the feat/#66_belljun3395 branch from 62732b8 to 6e974f6 Compare June 22, 2024 10:29
Copy link
Member

@hun-ca hun-ca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이메일쪽은 디코 라이브로 코드리뷰 했으면 좋겠는데 어떠신가요?

@belljun3395
Copy link
Collaborator Author

언제 시간 괜찮으신가요???

@belljun3395 belljun3395 merged commit 92eb5bd into main Jun 23, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config 설정 파일과 관련된 내용을 다룰 때 사용됩니다 feature 새로운 기능을 만들 때 사용됩니다
Projects
None yet
Development

Successfully merging this pull request may close these issues.

이메일 전송 모듈 구성 및 Sender 구현
2 participants