-
Type: Bug Report
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.2.2-B1
-
Component/s: E-mails
-
Labels:None
-
Change Log Group:Fixed
-
Change Log Message:The "m_AttachFile" tag was attaching same file twice to the e-mail.
-
Story Points:1
-
Copy Issue Key:
-
Patch Instructions:
The "kEmailSendingHelper::AddAttachment" method needs to only add new e-mail part (call the "AddPart" method), when no part with exactly same definition exists in that email already.