Improve performance on sending bulk emails through spring-mail

前端 未结 3 900
无人共我
无人共我 2020-12-18 16:48

I have a spring-stand alone application which uses simple spring email code as below , the to and the message is constructed using the values iter

3条回答
  •  萌比男神i
    2020-12-18 17:21

    Basically the answer is to not do this yourself.

    Here is a very detailed reason why not: How to send 100,000 emails weekly?

提交回复
热议问题