Page MenuHomePhorge

Fix D577 patch bug - modules._sendmail result assign to variable, which is used to log the result of email sending.
ClosedPublic

Authored by adomaitis on May 25 2018, 8:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 5, 7:01 PM
Unknown Object (File)
Thu, Dec 5, 2:12 PM
Unknown Object (File)
Wed, Nov 27, 8:42 AM
Unknown Object (File)
Mon, Nov 18, 12:25 AM
Unknown Object (File)
Sun, Nov 17, 8:10 PM
Unknown Object (File)
Sun, Nov 10, 4:16 PM
Unknown Object (File)
Oct 27 2024, 8:15 AM
Unknown Object (File)
Oct 25 2024, 2:37 PM
Subscribers

Details

Summary

Define success variable to hold the _sendmail result.

Test Plan

none

Diff Detail

Repository
rP pykolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

machniak added inline comments.
wallace/module_invitationpolicy.py
1286

A typo here, you've cut m

This revision now requires changes to proceed.May 25 2018, 8:15 AM
This revision is now accepted and ready to land.May 25 2018, 8:24 AM
adomaitis marked an inline comment as done.

Getting rid of all smtplib calls and make all email sending via modules._sendmail

This revision was automatically updated to reflect the committed changes.