Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

How To Accelerate Outbox Sending Rate

  • 1 ответ
  • 1 имеет эту проблему
  • 4 просмотра
  • Последний ответ от mroots

more options

Hello !

I need to use thunderbird for very large email sending (30,000+ emails to send per day). We do very dynamic and personalized email sending, and Thunderbird is an absolutely fantastic tool for this job with all the plugins available for quick and efficient iterations on our content (thanks a lot guys!).

I have total control on the SMTP Server (max number of simultaneous connections etc.), however right now the main bottleneck to the sending is that the messages are processed one after the other from the Outbox. The throughput is 1 message per second, which I think is normal for SMTP. However this has a huge impact at such a volume (sending takes a whole day). I did all the tweaks I could think of such as disabling SSL to win half a second on each SMTP transaction.

Is there a hidden parameter that can be set to allow the Outbox to send more than one message at a time (either by opening multiple SMTP connections, or by doing some sort of multithreading ?

Hello ! I need to use thunderbird for very large email sending (30,000+ emails to send per day). We do very dynamic and personalized email sending, and Thunderbird is an absolutely fantastic tool for this job with all the plugins available for quick and efficient iterations on our content (thanks a lot guys!). I have total control on the SMTP Server (max number of simultaneous connections etc.), however right now the main bottleneck to the sending is that the messages are processed one after the other from the Outbox. The throughput is 1 message per second, which I think is normal for SMTP. However this has a huge impact at such a volume (sending takes a whole day). I did all the tweaks I could think of such as disabling SSL to win half a second on each SMTP transaction. Is there a hidden parameter that can be set to allow the Outbox to send more than one message at a time (either by opening multiple SMTP connections, or by doing some sort of multithreading ?

Изменено mroots

Все ответы (1)

more options

Any idea ? It would be unfortunate to write a custom software just to accelerate the sending rate when Thunderbird fits the bill everywhere else.