0
openURL(mailto) only works if 88 (or less) emails
Hey all. I have this code
openURL("mailto:" + TO + "?" + "cc=" + CC + "&" + "bcc=" + BCC + "&subject=" + SUBJECT + "&" + "body=" + BODY)
BCC is a textbox that loads all the emails in other table. The problem is that the code only works if loaded 88 emails or less. More than 88 not working (I have <100...) It's an Outlook limitation-bug or is the code wrong?
Thanks
1 reply
-
SOLVED.
there was an space btwn the ; and the next email.
Content aside
- 4 yrs agoLast active
- 1Replies
- 513Views