...
When e-mail only has HTML version of the body specified, then Text Version is reconstructed from it which requires another parsing of HTML version. This in turn invokes the "m_AttachFile" tag again and final e-mail would have same file attached twice. This is a problem in the 1st place, because In-Portal shouldn't have any tags, that modify the data in the first place.
Solution
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.
Related Tasks
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|