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.
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
Show replies
Replying to
Yeah, I'm just saying that if I split out the mail server to another server in order to start using it for receiving mails and handling other domains, I'd need to start using the AttestationServer support for SMTPS and I'd want to extend that with support for pinning the cert.