fix requests not being sent to the cc recipients
Compare changes
Files
2- Frederik Schwan authored
since sendmail uses implicit reading of Cc headers but we call smtplib with explicit rcpt-to this commit removes the sendmail functionality
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 23
− 31
@@ -87,38 +87,30 @@ class Notification: