S
Stephen Green
Does Outlook have a limit to the number of addresses it will accept in the
To: field?
Stephen
To: field?
Stephen
Stephen Green said:Does Outlook have a limit to the number of addresses it will accept
in the To: field?
Stephen Green said:Does Outlook have a limit to the number of addresses it will accept in
the
To: field?
Stephen Green said:Thanks, Brian.
Does anyone know the size limit? I have a link that opens Outlook (or
OE,
if that's what the user uses) and stuffs an e-mail list into the To:
field
(separated by. It has been working fine, but when I get to some
larger
lists, Outlook refuses to even open...
Vanguard said:Stephen Green said:Thanks, Brian.
Does anyone know the size limit? I have a link that opens Outlook (or
OE,
if that's what the user uses) and stuffs an e-mail list into the To:
field
(separated by. It has been working fine, but when I get to some
larger
lists, Outlook refuses to even open...
The mailto:// URL scheme is defined by RFC 2368. It says the mailbox
parameter is "as specified in RFC 822 [RFC822]. This means that it
consists of zero or more comma-separated mail addresses, possibly
including "phrase" and "comment" components." RFC 2822 (obsoletes RFC
822), section 3.5, says "Lines in a message MUST be a maximum of 998
characters excluding the CRLF, but it is RECOMMENDED that lines be
limited to 78 characters excluding the CRLF." So you might try encoding
a CR-LF sequence (%0D%0A) into your text string for the To header but I
doubt this will work. You would need to make the string look the same
as what Outlook would produce had you inputted the recipients using the
graphical interface to Outlook.
When you are using the graphical interface to Outlook, and when you
enter a huge list of recipients (which would better be handled using
distribution list), Outlook will take care of slicing up the header
lines so they conform to the RFC to keep line lengths under 998
characters long (and probably under 78 characters long). However, when
you use the mailto:// link, you are feeding data into Outlook without
using its graphical interface, so maybe Outlook just passes on that
string that you specified for the To header but that string gets
truncated or rejected when that same overly long string gets passed to
your mail server.
Have your tried using a distribution list so Outlook can parse the
header correctly for line length? How MANY recipients is too many? You
sure you really aren't hitting the max-recipient-per-message quota
enforced by your e-mail provider?
--
____________________________________________________________
Post your replies to the newsgroup. Share with others.
E-mail reply: Remove "NIXTHIS" and add "#VS811" to Subject.
____________________________________________________________