How can I send MailMessages using multiple threads?

后端 未结 2 1632
青春惊慌失措
青春惊慌失措 2020-12-29 17:12

I hope you guys will bear with me for my total lack of direction in case of Threading. I have to implement a Mail Queue Processing System where I have to send emails queued

2条回答
  •  囚心锁ツ
    2020-12-29 17:44

    You need to fetch messages in to memory in one place, and then route them to separate threads. I guess

提交回复
热议问题