Skip to content

"Enable SMTP SSL" on Server Settings #5753

Answered by bdukes
james7342 asked this question in Q&A
Discussion options

You must be logged in to vote

The MailKit provider does not do anything with the Enable SMTP SSL configuration option. Instead, it uses an "auto" setting within MailKit, which detects the correct mode based on the port. I believe we needed to do this to support STARTTLS automatically (at least, without then also exposing other configuration that the older mail provider couldn't support).

smtpClient.Connect(host, port, SecureSocketOptions.Auto);

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@bdukes
Comment options

@james7342
Comment options

@james7342
Comment options

@bdukes
Comment options

@james7342
Comment options

Answer selected by james7342
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants