Search The ForumSearch   RegisterRegister  LoginLogin

MailBee S/MIME

 AfterLogic Forum : MailBee S/MIME
Subject Topic: Object required: ’SSL’ Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
nashtu3000
Newbie
Newbie
Avatar

Joined: 21 January 2008
Location: Romania
Online Status: Offline
Posts: 6
Posted: 21 January 2008 at 9:15am | IP Logged Quote nashtu3000

Using IIS 6, i've got the .net framework installed but i want to use classic asp sending with mailbee activex over the gmail servers

Code:

Dim objSMTP
Dim objSSL

Set objSMTP = Server.CreateObject("MailBee.SMTP")
Set objSSL = Server.CreateObject("MailBee.SSL")

objSMTP.LicenseKey = "x"
objSSL.LicenseKey = "y"

Set objSMTP.SSL = objSSL
objSMTP.SSL.UseStartTLS = True



error:
Microsoft VBScript runtime error '800a01a8'
Object required: 'SSL'
/mailer/sendmail.asp, line 14

Tried reinstalling a dozen times, registering the dll manually etc.

Any solution?
Back to Top View nashtu3000's Profile Search for other posts by nashtu3000
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 21 January 2008 at 9:39am | IP Logged Quote Alex

Most likely, your license key does not include SSL license, and thus "Set objSMTP.SSL = objSSL" has no effect. This means objSMTP.SSL remains Nothing and "objSMTP.SSL.UseStartTLS = True" causes a runtime error.

Or, if you're using a trial key, it can be already expired.

Regards,
Alex
Back to Top View Alex's Profile Search for other posts by Alex
 
nashtu3000
Newbie
Newbie
Avatar

Joined: 21 January 2008
Location: Romania
Online Status: Offline
Posts: 6
Posted: 24 January 2008 at 4:16pm | IP Logged Quote nashtu3000

I already purchased the 2 licences, one for ssl and one for mailbee, what should i do next?
Back to Top View nashtu3000's Profile Search for other posts by nashtu3000
 
Andrew
AfterLogic Support
AfterLogic Support


Joined: 28 April 2006
Location: United States
Online Status: Offline
Posts: 1189
Posted: 25 January 2008 at 1:14am | IP Logged Quote Andrew

We've e-mailed you a script which successfully connects to smtp.gmail.com using both your permanent license keys. Please let us know how it works for you.

Best regards,
Andrew
Back to Top View Andrew's Profile Search for other posts by Andrew
 
nashtu3000
Newbie
Newbie
Avatar

Joined: 21 January 2008
Location: Romania
Online Status: Offline
Posts: 6
Posted: 25 January 2008 at 2:54am | IP Logged Quote nashtu3000

Thank you for the support, it looks like i finally managed to get it working. The permissions on the mailbee folder were incorrect, after setting up the right permissions and copy-pasting the 2 licence-keys it worked with no problem.

Thank you again!
Back to Top View nashtu3000's Profile Search for other posts by nashtu3000
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide