Hi Rebex Team,
What is the port used to establish a connection internally by Rebex SMTP auth workflow? Since during establishing the connection we only specify the SMTP server details.
The way connection is established for SMTP OAuth flow: client.Connect("smtp.gmail.com", SslMode.Implicit);
Regards Santosh M G
Since you used SslMode.Implicit the port used is 465.
SslMode.Implicit
Please, check out Smtp.DefaultPort, Smtp.DefaultImplicitSslPort and Smtp.AlternativeExplicitSslPort properties to see other common port values.
Smtp.DefaultPort
Smtp.DefaultImplicitSslPort
Smtp.AlternativeExplicitSslPort
Welcome to Q&A forum for C# and VB.NET developers working with following .NET components:
Applications:
If you need immediate assistance, please contact us directly.