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

null
    • FAIB
    • Mateo_Dominguez_Fuentes
    • 3 yrs ago
    • Reported - view

    SOLVED.

    there was an space btwn the ; and the next email.

Content aside

  • 3 yrs agoLast active
  • 1Replies
  • 502Views