blastula icon indicating copy to clipboard operation
blastula copied to clipboard

Error 553

Open agronomofiorentini opened this issue 3 years ago • 1 comments

Hi and thanks to develop this R Package, is very useful and easy to use.

I am trying to send 1063 emails by using smtp_send() inside of a loop in order to send one email for each 1063 emails, so that each of them does not receive an email with the email contacts of all the emails.

After a series of emails, ranging between 20 - 60 emails I receive the following error.

Error in curl_fetch_memory(smtp_server, handle = h) : RCPT failed: 553

I wanted to ask you if you can help me solve this problem, or find an alternative way to send all the emails.

Thanks, Marco

agronomofiorentini avatar Oct 02 '21 14:10 agronomofiorentini

could you use bcc and chunk the emails into groups so that you are sending less than 20 emails?

collinschwantes avatar May 31 '22 13:05 collinschwantes

yes you were right, now it is working perfectly.

Thanks

agronomofiorentini avatar Oct 14 '22 13:10 agronomofiorentini