coder / internal

Non-community issues related to coder/coder
2 stars 0 forks source link

Implement SMTP connection / client reuse #15

Open dannykopping opened 3 months ago

dannykopping commented 3 months ago

Currently our SMTP clients connects to the smarthost for every email dispatched (as Alertmanager does).

We should look into pooling connections or clients to reduce overhead and possible rate-limiting issues.

See https://github.com/knadh/smtppool for inspiration.

stirby commented 2 months ago

We can leave this "parked" until customers raise rate-limiting issues.