Conversation

Replying to
I'm talking about the connection AttestationServer makes to the mail server to send the alert emails. The mail server is currently on the same server so it's an SMTP connection over localhost. I had support for a remote mail server via TLS but I only used that for early testing.
2
Replying to and
AttestationServer delegates the complexity of sending emails properly to an external mail server. It's nice to have it decoupled from setting up DKIM, etc. It could send email more directly but I need a mail server for sending non-automated email from these domains anyway.
1
Replying to
Yeah, it fills the current use case I have for AttestationServer. I'm just unsure how I should approach this as a whole. If I set up an email server for sending / receiving mail for the GrapheneOS domains, it would make sense for attestation.app to use that instead.