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
F11585865: D581.diff
Thu, Mar 28, 1:15 PM
Unknown Object (File)
Mon, Mar 25, 2:54 AM
Unknown Object (File)
Sun, Mar 24, 6:12 PM
Unknown Object (File)
Feb 19 2024, 4:54 PM
Unknown Object (File)
Feb 15 2024, 5:32 PM
Unknown Object (File)
Feb 15 2024, 4:50 PM
Unknown Object (File)
Feb 9 2024, 6:50 PM
Unknown Object (File)
Jan 27 2024, 2:14 PM
Subscribers

Details

Summary

Define success variable to hold the _sendmail result.

Test Plan

none

Diff Detail

Repository
rP pykolab
Branch
master
Lint
Lint Skipped
Unit
No Test Coverage
Build Status
Buildable 18595
Build 9443: arc lint + arc unit

Event Timeline

machniak added inline comments.
wallace/module_invitationpolicy.py
1287

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.