Search The ForumSearch   RegisterRegister  LoginLogin

MailBee Message Queue

 AfterLogic Forum : MailBee Message Queue
Subject Topic: Sending from ASP.NET? Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
agp
Newbie
Newbie


Joined: 22 April 2008
Location: Romania
Online Status: Offline
Posts: 3
Posted: 22 April 2008 at 5:22pm | IP Logged Quote agp

Hello,

i have installed MailBee.NET Objects and i am trying to send mass emails via the MailBee.Queue.

I have used this code, but i think the email is sent directly to the server and not via the Queue (installed on the server).

MailBee.SmtpMail.Smtp.LicenseKey = "**********"    
   MailBee.SmtpMail.Smtp.QuickSend(p_iSendFro m, p_iSendTo, p_iSubject, p_iBody)



I have these Include files in my declaration:
Imports MailBee
Imports MailBee.DnsMX
Imports MailBee.Mime
Imports MailBee.SmtpMail
Imports MailBee.Pop3Mail
Imports MailBee.ImapMail
Imports MailBee.Security

I checked the logs of MailBee.Queue and i have not seen any references that the emails were sent via the Queue.

Do i send via the MailBee.Queue or not?

Kind Regards,
AGP
Back to Top View agp's Profile Search for other posts by agp
 
Andrew
AfterLogic Support
AfterLogic Support


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

QuickSend method sends messages directly to recipients SMTP servers without a relay SMTP server.

To submit messages to MailBee Message Queue via MailBee.NET Objects, use Smtp.SubmitToPickupFolder method.

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

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