Since you used SslMode.Implicit
the port used is 465.
Please, check out Smtp.DefaultPort
, Smtp.DefaultImplicitSslPort
and Smtp.AlternativeExplicitSslPort
properties to see other common port values.
Since you used SslMode.Implicit
the port used is 465.
Please, check out Smtp.DefaultPort
, Smtp.DefaultImplicitSslPort
and Smtp.AlternativeExplicitSslPort
properties to see other common port values.