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

Commit 7a5fbe7

Browse files
committed
Merge branch 'master' into random-quote
2 parents 1db2b57 + a1c18ee commit 7a5fbe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quotefault/mail.py

+1-1
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 = ["<[email protected]>","<[email protected]>"]
19+
recipients = ["<[email protected]>","<active-[email protected]>"]
2020
msg = Message(subject='New QuoteFault Report',
2121
sender=app.config.get('MAIL_USERNAME'),
2222
recipients=recipients)

0 commit comments

Comments
 (0)