Is this a bug, or some hidden limit I can't find any documentation about? When creating a Send Mail Task in SSIS 2008, the TO, CC and BCC fields seem to have a hidden limit of 255 characters. I'm aware this is the standard limit for individual email addresses, but all three are commonly used for multiple addresses and the comment for the To field even says "separate the recipients with semicolons". But nevertheless, it truncates the address to a maximum of 255 characters.
Bug, non-obvious standard, or something I'm missing? Any way around this? We were trying to build a CC list dynamically, but this has caused a rethink.
EDIT : After a little bit of Googling, I believe I've found the source of the standard referred to - it is RFC 2821 which says :
domain
The maximum total length of a domain name or number is 255 characters.path
The maximum total length of a reverse-path or forward-path is 256 characters (including the punctuation and element separators).