Open brianthi opened 1 year ago
+1 on this. Would be useful for us, as well.
@brianthi any relevant updates?
No updates as far as I'm aware. Though I'm no longer managing the team that would make these updates any longer. I believe @mrduncan and @rachrwang would be the right folks to provide an update if there was work being done towards this initiative
No plans from the issues team but tagging @leedongwei as well here.
We're currently sending email via SendGrid's SMTP server endpoint instead of their API. According to SendGrid, their API is faster and more reliable than their SMTP relay. However, their API requires us to implement a webhook to receive events in case of failure to send email. Ensure that we have proper error handling to retry failed emails which adds a backoff configuration which adds a minor delay to ensure failed messages do not block other emails in the queue.