mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Fix requests not being sent to the Cc recipients
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
613364b773
commit
d5e308550a
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ class Notification:
|
|||
|
||||
server.set_debuglevel(0)
|
||||
deliver_to = [to] + self.get_cc()
|
||||
server.sendmail(sender, to, msg.as_bytes())
|
||||
server.sendmail(sender, deliver_to, msg.as_bytes())
|
||||
server.quit()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue