You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/assignmenttool/config.py
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,10 @@ def config_from_cli():
51
51
mail.add_argument('--mail-bcc', type=str, nargs='+', help='BCC recipient to add to every sent out email.')
52
52
mail.add_argument('--mail-subject', type=str, help='Subject for outgoing emails to participants. May contain variables §§username§§, §§name§§ and §§sheetnr§§.')
53
53
mail.add_argument('--mail-template', type=str, help='Path to the email body template for outgoing emails to participants. The template itself may contain variables §§username§§, §§name§§, §§sheetnr§§ and §§tutorname§§.')
0 commit comments