Liberum Help Desk
The free, open source solution for the web-based help desk.

Configuring email for SSL

rated by 0 users
Answered (Not Verified) This post has 0 verified answers | 4 Replies | 3 Followers

Top 150 Contributor
2 Posts
VoodooSquirrel posted on 02-03-2010 8:00 AM

We're currently migrating to GMail from Bellmail, and GMail requires a SSL connection for SMTP, but there is no option I can find to set the port numbers or provide credentials to do this, is it possible to enable a feature like this?

All Replies

Top 50 Contributor
3 Posts

I have switched to Google Apps and still trying to solve this issue. Maybe we could pool together and hire someone to work on this project for us.

 

Thanks,

Ron Kramer
Consultants On Call

Top 150 Contributor
2 Posts

We actually figured this one out ourselves, you need to edit your public.asp file to have the following information:

 

Mail.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendusing")=2
        Mail.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserver")=Cfg(cnnDB, "SMTPServer")
        Mail.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate")=1
        Mail.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendusername")=Cfg(cnnDB, "HDReply")
        Mail.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendpassword")="*******"
        Mail.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserverport")=465
        Mail.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpusessl")=True
        Mail.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout")=60

 

 

This has worked for us.

Top 50 Contributor
3 Posts

That did the trick.

 

Thank You!!

Top 200 Contributor
1 Posts

Pardon my ignorance, but where in the public.asp file do I need to put this information?

Page 1 of 1 (5 items) | RSS
Copyright © Doug Luxem 2000-2010
Powered by Community Server (Non-Commercial Edition), by Telligent Systems