Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

How To Accelerate Outbox Sending Rate

  • 1 réponse
  • 1 a ce problème
  • 4 vues
  • Dernière réponse par 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 ?

Modifié le par mroots

Toutes les réponses (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.