Sunday, November 20, 2016
1 change
Resolved issues and error corrections
Email template handling now safely accepts empty content, such as a missing signature, instead of causing an error. This improves reliability in edge cases that may occur when preparing or sending templated emails.
Original PR description
Harden the function to tolerate the case where the content to append has a None or False value. In those cases it would raise an error. This issue was found on email templates, when trying to insert an empty signature to an email template, but it's not easy to reproduce through the GUI.