I have chatbot that copies an email list from google sheets, the list is 300 mails exactly, the problem is that it doesn't work with that many emails, i tried different formats of joining the email list using " , " and " ; " but it won't work either way.
To try to fix this issue i used the copy function from javascript but chrome made an update and it doesn't let me copy to clipboard anymore.
Sorry for my rough english, but my question is: How can i send an email to a 300 person list? I am currently using "mailto" function that works with smaller lists.
thanks in advance hope i expressed correctly.