Ask HN: Making our email system faster.
I'm not an amazing programmer, but I'm the lead on this site. Our generation of what to send and where to send it is fine (creating campaigns on the fly, queuing up emails to be sent) the issue arises when sending via SendGrid, currently, we're running a script that opens an SMTP connection to Send Grid, sends a batch of 100 emails (the sendgrid max per connection) and closes the SMTP connection (and repeat). This is pretty slow. We're at about 17 secs to generate and send the 100 email batch, I'm going to do some code optimization on the email generation, which will hopefully speed things up. I'm just wondering if anyone here knows of a good way to speed up our delivery. - As I mentioned, I'm an intermediate coder, what I've built thus far is in PHP/MySQL.
0 comments
[ 4.5 ms ] story [ 10.2 ms ] threadNo comments yet.