Record Class IdServerMailTransportSMTPS

java.lang.Object
java.lang.Record
com.io7m.idstore.server.api.IdServerMailTransportSMTPS
Record Components:
host - The mail host
port - The port
All Implemented Interfaces:
IdServerJSONConfigurationElementType, IdServerMailTransportConfigurationType

public record IdServerMailTransportSMTPS(String host, int port) extends Record implements IdServerMailTransportConfigurationType
SMTP entirely encapsulated by TLS. Commonly known as SMTPS. Strict validation of server certificates is enabled. Server certificates must be issued 1) by a certificate authority in the trust store; and 2) to a subject matching the identity of the remote SMTP server.