Good day! There is a need to create a letter using mailto. Using js, I create the following:
window.location.href = 'mailto:p1@mail.ru;p2@mail.ru;здесь много адресов;p300@mail.ru'; If there are not many recipients (0-80), everything works (Open Out opens). If there are a lot of recipients (for example, 300) browsers do not react at all (except firefox, it cuts off the number of recipients).
With what it can be connected? How can I fix it?