Simplemail has been working fine but today it all of the sudden stopped working. I have the paid version of the program and it is properly registered.
I'm getting this error:
Microsoft VBScript runtime error '800a01fb'
An exception occurred: 'Mailer.Send'
/ForgotPasswordFunctions.asp, line 34
Here is the code:
Set Mailer = Server.CreateObject("ADISCON.SimpleMail.1")
Mailer.MailServer = "130.xx.xx.xxx"
Mailer.Sender = "sales@xxx.com"
Mailer.Recipient = LstrEmail
Mailer.Subject = Subject
Mailer.MessageHTMLText = Body
Call Mailer.Send
Set Mailer = Nothing
(the items x'd out are for security reasons)
I WAS getting the "could not create object" error for a while but after re-registering many times that error went away.
If anyone can help it would be appreciated.
Thanks


