Skip to content

Commit

Permalink
chore: change e-mail title
Browse files Browse the repository at this point in the history
  • Loading branch information
JingBh committed Jun 24, 2024
1 parent 59ee973 commit b38b1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion score_notify/notify_email.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def send(self):
request.add_query_param('AccountName', '[email protected]')
request.add_query_param('AddressType', '1')
request.add_query_param('ReplyToAddress', 'false')
request.add_query_param('Subject', '[bjut.tech] Score Notification')
request.add_query_param('Subject', '课程成绩发布提醒')
request.add_query_param('ToAddress', self.receiver)
request.add_query_param('FromAlias', 'bjut.tech')
request.add_query_param('HtmlBody', self.render())
Expand Down

0 comments on commit b38b1dc

Please sign in to comment.