Clarity

Expand all | Collapse all

Is there any restrictions in the number of characters in the 'TO' list of

  • 1.  Is there any restrictions in the number of characters in the 'TO' list of

    Posted Jul 30, 2015 02:35 PM

    Hi All,

    I have a list of resources associated (Team tab ) in a project and have to send a single email putting all of them in 'To' List . I have concatenated all the emails separated by  ';' and put it in one variable. Now I am putting this variable in 'To' list of <gel:email> but the mails are not being sent . Is there any restrictions in the number of characters in the 'TO' list of <gel:email>tag ?



  • 2.  Re: Is there any restrictions in the number of characters in the 'TO' list of

    Posted Jul 31, 2015 01:06 AM

    I believe there should not be a limit to the number of addresses as such. However, there could be some limitation from the mail server itself.

    ---

    If you like, you can code your process to send the email in batches i.e. divide the number of resources into a batch of 15 (or whatever optimum) and then send email to each batch in a loop. This can help you to check the maximum number of recipients too.