Skip to content
Snippets Groups Projects

Adding a new variable to define the from address for subscription email

2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -27,7 +27,7 @@ def mail_list_subscription(ch, method, properties, body):
@@ -27,7 +27,7 @@ def mail_list_subscription(ch, method, properties, body):
fullname = msg["fullname"]
fullname = msg["fullname"]
email = msg["email"]
email = msg["email"]
mail_list_admin = rcfg.Sender
mail_list_admin = rcfg.Sender_subscription
mail_list = rcfg.Mail_list
mail_list = rcfg.Mail_list
mail_list_bcc = rcfg.Mail_list_bcc
mail_list_bcc = rcfg.Mail_list_bcc
server = rcfg.Mail_server
server = rcfg.Mail_server
Loading