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!

Αυτός ο ιστότοπος θα έχει περιορισμένη λειτουργικότητα, όσο εκτελούμε εργασίες συντήρησης για να βελτιώσουμε την εμπειρία σας. Αν ένα άρθρο δεν επιλύει το ζήτημά σας και θέλετε να κάνετε μια ερώτηση, η κοινότητα υποστήριξής μας είναι έτοιμη να σας βοηθήσει στο Twitter (@FirefoxSupport) και στο Reddit (/r/firefox).

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

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.