Hi,
I have set up a workflow which dynamically generates a contact list of 900+ people (this is updated daily) using In-DB tools then it sends out an email to these people. I have batched the list up into chunks to send multiple emails but I need to send to as many people as possible in one email. I can't use a distribution list as the list changes daily and I can't send one email per person as this can overwhelm the server and we use the email account for other purposes.
Previously we have sent 500 per email as that is outlooks limit. Using Alteryx, I don't seem to be able to send out to more than 7(ish) emails in one email. i get the Record#1: Func 'curl_easy_perform' failed, ret = 55, desc = Failed sending data to the peer error message.
I need to be able to send these emails out in batches. I have tried multiple variations of batches. It works on my test lists when I have about 5 per set but over that, I get errors. I have checked all over the community and can't find a solution that would work. I have seen about the character limit in the To CC and BCC fields but surely we should be able to send out to more than a handful of people in one email, especially if the outlooks limit is 500.
Please help, this is driving me insane.
Ive attached some pictures of the workflow but not sure how much that would help