0 votes
by (160 points)
edited

Try to use Gmail smtp server (Google APPS) to send out email. I have read the related forum threads to use: Imports Rebex.Net Imports Rebex.Mail Imports Rebex.Mime.Headers

smtp.Connect("smtp.gmail.com", 587, Nothing, SmtpSecurity.Explicit) smtp.Login(myuseraccount, mypassword")

However, Error message occurred : Unable to perform revocation check of the server certificate.

By the way, I am using 2012R2 component in .NET 2.0

Applies to: Rebex Secure Mail
by (144k points)
edited

Are you running your application on Windows XP or Windows 2003 Server? This has been reported to occur with these systems in some cases and it was fixed for the next release.

1 Answer

0 votes
by (160 points)
edited

Yes. The app is developed in XP and will install on client's Server 2003. Fortunately, I just test to use the System.Net.Mail and it is working fine. Thanks for your confirmation.

by (144k points)
edited

If you decide to give Rebex Secure Mail another try, please try the hotfix build from http://www.rebex.net/getfile/70a9ca391a2e4c5a939098311a1de910/RebexSecureMail-HotfixBuild4688-Trial-Binaries.zip

...