2 Comments

Hi, it's funny that you chose this example.

I wonder though how I should send some (around 200 mails) by SMTP without getting flagged as spam.

I had one approach iterating over a list but it takes quite long with lots of logging in and out. Currently I implemented some logic with logging in and then sending as many mails as possible in an try...except block and if the connection times out it reconnects. What is the best way to do this without resorting to dedicated, paid services?

Best regards!

Expand full comment