Gmail SMTP error - Temporary block?

后端 未结 3 1194
予麋鹿
予麋鹿 2021-01-06 13:15

I am using Gmail servers to send email from my system, with a program. Recently I started getting errors like this:

Data command failed: 421 4.7.0 T

3条回答
  •  执念已碎
    2021-01-06 13:35

    I too had the same issue when I tried to send bulk emails using the multi threaded program in Java. Then I heard about Thread Pool Executor. I used it by setting Thread Pool size as 10. After that, this issue has been solved for me.

提交回复
热议问题