Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117822648
D581.1775296581.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
D581.1775296581.diff
View Options
diff --git a/wallace/module_invitationpolicy.py b/wallace/module_invitationpolicy.py
--- a/wallace/module_invitationpolicy.py
+++ b/wallace/module_invitationpolicy.py
@@ -1284,7 +1284,7 @@
msg['From'] = Header(utils.str2unicode('%s' % orgname) if orgname else '')
msg['From'].append("<%s>" % orgemail)
- modules._sendmail(orgemail, receiving_user['mail'], msg.as_string())
+ success = odules._sendmail(orgemail, receiving_user['mail'], msg.as_string())
log.debug(_("Sent update notification to %r: %r") % (receiving_user['mail'], success), level=8)
def send_cancel_notification(object, receiving_user, deleted=False, sender=None, comment=None):
@@ -1346,7 +1346,7 @@
msg['From'] = Header(utils.str2unicode('%s' % orgname) if orgname else '')
msg['From'].append("<%s>" % orgemail)
- modules._sendmail(orgemail, receiving_user['mail'], msg.as_string())
+ success = modules._sendmail(orgemail, receiving_user['mail'], msg.as_string())
log.debug(_("Sent cancel notification to %r: %r") % (receiving_user['mail'], success), level=8)
def is_auto_reply(user, sender_email, type):
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 4, 9:56 AM (14 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18828893
Default Alt Text
D581.1775296581.diff (1 KB)
Attached To
Mode
D581: Fix D577 patch bug - modules._sendmail result assign to variable, which is used to log the result of email sending.
Attached
Detach File
Event Timeline