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(email): Change smtp provider #431

Merged
merged 4 commits into from
Nov 7, 2023
Merged

feat(email): Change smtp provider #431

merged 4 commits into from
Nov 7, 2023

Conversation

DoyunShin
Copy link
Member

No description provided.

@DoyunShin DoyunShin added the enhancement New feature or request label Nov 3, 2023
@DoyunShin DoyunShin self-assigned this Nov 3, 2023
@DoyunShin DoyunShin marked this pull request as draft November 3, 2023 06:49
@DoyunShin DoyunShin linked an issue Nov 3, 2023 that may be closed by this pull request
@DoyunShin
Copy link
Member Author

Sendmail check all done.
Before merging into master branch, We need to add ara backend's ip address into google workspace mail routing policy.

@DoyunShin DoyunShin marked this pull request as ready for review November 3, 2023 06:51
message: str,
sender_mail: str,
mailing_list: list[str],
each: bool = False,
Copy link
Member

Choose a reason for hiding this comment

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

each=True를 default로 하는 게 더 나아 보이는데 False로 하신 이유가 있나요?

Copy link
Member Author

@DoyunShin DoyunShin Nov 7, 2023

Choose a reason for hiding this comment

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

이전에 학생지원팀? 분들에게 보내는게 False로 되어있어서 그렇게 했습니다.
지금 생각해보니 기본적으로 True로 해둔 다음에 학교에게 전합니다 게시판만 False로 걸어두는게 좋을 듯 하네요. 수정 진행하겠습니다.

Copy link
Member

@injoonH injoonH left a comment

Choose a reason for hiding this comment

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

👍

@injoonH injoonH merged commit 6872568 into develop Nov 7, 2023
1 check passed
@injoonH injoonH deleted the feat/email branch November 8, 2023 01:32
@injoonH injoonH mentioned this pull request Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Email smtp change
2 participants