-
Notifications
You must be signed in to change notification settings - Fork 1
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(email): Change smtp provider #431
Conversation
Sendmail check all done. |
message: str, | ||
sender_mail: str, | ||
mailing_list: list[str], | ||
each: bool = False, |
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.
each=True
를 default로 하는 게 더 나아 보이는데 False
로 하신 이유가 있나요?
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.
이전에 학생지원팀? 분들에게 보내는게 False로 되어있어서 그렇게 했습니다.
지금 생각해보니 기본적으로 True로 해둔 다음에 학교에게 전합니다 게시판만 False로 걸어두는게 좋을 듯 하네요. 수정 진행하겠습니다.
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.
👍
No description provided.