Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.05 KB

File metadata and controls

29 lines (23 loc) · 1.05 KB
title v21.06.04 > External Secondary Email Addresses
category System Administrator > Installation Version Notes
redirect_from
/system_admin/version_notes/v21.06.04
/sysadmin/version_notes/v21.06.04

Release v21.06.04 adds the option for storing a secondary contact email address for every user.

Since there will likely be a different rate limit for sending email to internal/university addresses vs external/non-university addresses, we must add a new configuration option to the /usr/local/submitty/config/email.json file.

Edit this file and add the following field to the file:

"email_internal_domain": "myuniversity.edu"

Notifications to email addresses that match the specified pattern will be prioritized and sent at a maximum rate of 100 per minute. Notifications to all other email addresses will be sent at a maximum rate of 500 per hour. These rates can be modified by editing the send_email.py script.