Re: E-mails no longer being sent to a specific user account
"Kaplan, Andrew H." <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <[email protected]> |
Hello -- I just wanted follow-up to my previous e-mail, and ask if there is a way to have the roundup-reminder.py script be able to send notifications to more than one user account on the system? Thanks. -----Original Message----- From: Kaplan, Andrew H. Sent: Friday, September 28, 2012 9:31 AM To: 'Bernhard Reiter'; [email protected] Subject: Re: [Roundup-users] E-mails no longer being sent to a specific user account Hello -- I added the two lines mentioned in your e-mail, and manually ran the script. The output that appeared on-screen was the following: /root/roundup-reminder.py:30: DeprecationWarning: the MimeWriter module is deprecated; use the email package instead import sys, cStringIO, MimeWriter, smtplib <roundup.configuration.CoreConfig instance at 0xb76a086c> Traceback (most recent call last): File "/root/roundup-reminder.py", line 166, in <module> print repr(db.config.ADMIN_EMAIL, address, message.getvalue()) TypeError: repr() takes exactly one argument (3 given) The DeprecationWarning is a known issue, and can be safely ignored. What I did notice was the TypeError that indicates that repr() takes only one argument. That could explain why only the new user account is getting the emails. That being said, how can this be corrected? -----Original Message----- From: Bernhard Reiter [mailto:[email protected]] Sent: Friday, September 28, 2012 9:24 AM To: [email protected] Subject: Re: [Roundup-users] E-mails no longer being sent to a specific user account Am Freitag, 28. September 2012 15:12:50 schrieb Kaplan, Andrew H.: > The script in question has been enclosed with this e-mail. My next step if I was you, would be to check the parameters of the last two calls. E.g. add print repr(db.config) print repr(db.config.ADMIN_EMAIL, address, message.getvalue()) before the commands below and check the value (should be in the stdout log of the script, whereever this goes, depends how you call it.) smtp = SMTPConnection(db.config) smtp.sendmail(db.config.ADMIN_EMAIL, address, message.getvalue()) -- www.intevation.de/~bernhard (CEO) www.fsfe.org (Founding GA Member) Intevation GmbH, Osnabrück, DE; Amtsgericht Osnabrück, HRB 18998 Geschäftsführer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Partners Compliance HelpLine at http://www.partners.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail. ------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Roundup-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/roundup-users ------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html