Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Dan CamperDan CamperReporter
Dan CamperDan CamperPriority
MajorFix versions
Pull Request URL
Details
Details
Components
Assignee
Dan Camper
Dan CamperReporter
Dan Camper
Dan CamperPriority
Fix versions
Pull Request URL
Created November 19, 2020 at 4:58 PM
Updated March 30, 2021 at 10:25 AM
Resolved December 3, 2020 at 2:06 PM
The current outbound email processing code limits the number of to, cc and bcc recipients so that the maximum length of each (when the recipients' addresses are concatenated and comma-delimited) cannot exceed 1000 characters. This limit is arbitrary and can be lifted.
Ref: common/remote/rmtsmtp.cpp, CMailInfo constructor