-
Notifications
You must be signed in to change notification settings - Fork 102
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(mail): implement sending mail #352
Merged
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
536b0b2
feat: 메일 기능 구현
MyaGya b49560d
feat: 메일 폼 구현
MyaGya ad7e12a
feat: 메일 폼 구현
MyaGya 1ed932f
refactor: MultipartFile Byte 변경 최적화
MyaGya f002999
feat: html 코드에 대응하고 템플릿을 이용하여 전송하는 기능 추가
MyaGya 8cd0a6c
feat: common 메일 템플릿 title 제거
SunYoungKwon 6327ac5
feat: 첨부 파일 삭제시 삭제되도록 삭제 기능 추가
MyaGya b174c42
refactor: 코드리뷰 반영
MyaGya 4a6913f
refactor: 사용하지 않는 이메일, 타이틀 제거
MyaGya 41469a1
refactor: 코드 포맷팅 변경
MyaGya ac18b3f
refactor: 사용이 끝난 BytearrayOutputStream 을 close
MyaGya 045873e
refactor(mail): bcc 메시지 생성 로직 간소화
woowahan-neo f731050
refactor(mail): attachFiles -> attachments 이름 변경
woowahan-neo c17566a
refactor(mail): sendBcc 받는 이메일 타입 Array -> List 변경
woowahan-neo 5cf262d
refactor(mail): 동시 전송 인원 상수화
woowahan-neo 51eea62
fix(mail): 발송 확인을 위해 받은 사람에 우테코 메일을 지정
woowahan-neo 90879cb
style(mail): 정렬
woowahan-neo 4342dcb
feat(mail): 메일 발송 권한 체크
woowahan-neo 7e5ef08
feat(mail): 메일 발송 시 초당 최대 전송 속도 처리
woowahan-neo 0d5c7c2
refactor(mail): 렌더링 로직 Sender -> Service 이동
woowahan-neo 7f2d705
chore(mail): 불필요한 쉼표 제거
woowahan-neo 62d2a1e
refactor(mail): 메일 발송 후 히스토리를 남기도록 수정
woowahan-neo 261d41e
fix(mail): change user
woowahan-neo f8ee988
Merge branch 'develop' into feature/mail-send-api
woowahan-pjs 54f6a6e
refactor(test): remove unused features
woowahan-pjs cf18525
style: polish the code
woowahan-pjs b2cbf09
refactor(test): migrate request limiter tests to kotest
woowahan-pjs 7fc8599
refactor(support): move from the apply package to the support package
woowahan-pjs 5a03859
fix(mail): add the missing sender
woowahan-pjs ca6e986
fix(mail): specify the size of the attachment according to the settin…
woowahan-pjs b894da0
refactor(mail): distinguish between mail success and failure
woowahan-pjs 1083edc
test(support): add more rate limiter tests using coroutines
woowahan-pjs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확장함수!👍