Skip to content
This repository was archived by the owner on Feb 3, 2024. It is now read-only.

Commit 03221fa

Browse files
authored
Merge pull request #65 from jabbate19/master
Change Report Email Recipient from rtp to active-rtp
2 parents 615c966 + a1c18ee commit 03221fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quotefault/mail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def send_report_email(reporter, quote):
1616
"""
1717
Send email to eboard/rtp for a new report
1818
"""
19-
recipients = ["<eboard@csh.rit.edu>","<rtp@csh.rit.edu>"]
19+
recipients = ["<eboard@csh.rit.edu>","<active-rtp@csh.rit.edu>"]
2020
msg = Message(subject='New QuoteFault Report',
2121
sender=app.config.get('MAIL_USERNAME'),
2222
recipients=recipients)

0 commit comments

Comments
 (0)