I have to display on the screen a mail, and populate it with a long list of users. (+30-50).
I tried with window.open(mailto)
& href.location=mailto
, but I think the URL its too long, and sometimes the mail doesn't appear. With <20 users always works, for example.
So I want to know if there is another way to generate a mail, with JS, that can populate the mail to a lot of users.