Open
Description
Previously I tried to embed our logo in the SMTP email template, but it was not supported in Gmail.
Currently we link to the logo in the template.
https://github.com/coder/coder/blob/main/coderd/notifications/dispatch/smtp/html.gotmpl#L11
@mafredri suggested there may be other approaches to embedding images such as CIDs. This article from SendGrid (Apr 2024) suggests that CIDs may not work in Gmail reliably, but it's worth trying - or using multiple techniques together.