Search The ForumSearch   RegisterRegister  LoginLogin

MailBee SMTP

 AfterLogic Forum : MailBee SMTP
Subject Topic: Msgs Not Sending Even thou saying sent Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
RobFoster
Newbie
Newbie


Joined: 13 December 2005
Location: Canada
Online Status: Offline
Posts: 18
Posted: 13 December 2005 at 4:57pm | IP Logged Quote RobFoster

I am trying to send a simple test e-mail, and I am trying the error message and it is saying the message was sent, however it is not sending it. Any ideas? My Code is below:

Set Mailer = CreateObject("MailBee.SMTP")
Mailer.LicenseKey = "**********"
Mailer.ServerName = "mail.**********.c**"
Mailer.UserName = "fax@*********.c**"
Mailer.Password = "****"
Mailer.AuthMethod = 2

Mailer.Message.ToAddr = "fax@********.c**"
Mailer.Message.FromAddr = "fax@*********.c**"
          
Mailer.Message.Subject = "test Fax"
          
Mailer.Message.BodyText = "Body test"

If oMailer.Send Then
     Response.Write "<font color=blue>E-Mail sent successfully</font>"
Else
     response.Write("Error")
End If

Mailer.Disconnect
Back to Top View RobFoster's Profile Search for other posts by RobFoster
 
RobFoster
Newbie
Newbie


Joined: 13 December 2005
Location: Canada
Online Status: Offline
Posts: 18
Posted: 13 December 2005 at 5:22pm | IP Logged Quote RobFoster

Found the problem. I was doing a oMailer.Send not a Mailer.Send.
Back to Top View RobFoster's Profile Search for other posts by RobFoster
 

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