473,508 Members | 4,628 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

CDO - send to queue? code example...

Could someone point me to some specificic code which illustrates how to
leveraget the [Send to Queue] feature of CDO.....I have looked at
www.aspfaq.com but there does not seem to be a SPECIFIC code example on this
subject....

I am aslo still unclear as to whether ASPemail from Persits is a better
choice than CDO when sending bulkemail below 800?

Many thanks
Jason
Jul 19 '05 #1
1 2326
> Could someone point me to some specificic code which illustrates how to
leveraget the [Send to Queue] feature of CDO...
If I understand correctly, if you use the local pickup folder as opposed to
an explicit SMTP host, that is a queue (use cdoSendUsingPickup instead of
cdoSendUsingPort). It drops the messages in the pickup folder, and the
script does not wait for their delivery. The SMTP service comes in and
picks them up on its own schedule; a queue will build up if you are putting
them in there faster than the service can ship them out, but your script
will not wait for this.

Maybe you could point to a less vague description of what you are trying to
accomplish with this special "Send to Queue" feature? Is this "feature" of
CDO described anywhere?
I am aslo still unclear as to whether ASPemail from Persits is a better
choice than CDO when sending bulkemail below 800?


Personally, I think Persits is better; however, my criteria for "better"
might be different from yours... for subjective questions like this, *YOU*
test them both, and then *YOU* can decide for yourself which is better (and
whether that means faster, or less resource intensive, or accurate, or fails
gracefully on bad messages, or ... ).
Jul 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

17
2238
by: Bart Nessux | last post by:
How can one view the contents of a queue? I'd like to verify that the queue has the same number of objects as the list that has been put into it. Also, should one think of a queue as static or...
5
7971
by: Pete Loveall | last post by:
I have a server application that monitors a private local queue for messages. The message sent to it has a label and a response queue defined. It works correctly when the queue is accessed via...
4
9410
by: jas | last post by:
I have a basic client/server socket situation setup....where the server accepts a connection and then waits for commands. On the client side, I create a socket, connect to the server...then I...
4
4830
by: Robert Rossney | last post by:
I'm trying to send and receive XmlDocument objects using the System.Messaging.dll functions. The code I've written follows, as best I can tell, the methodology used in the sample code for the...
6
3239
by: Tom | last post by:
I try to write a simple tcp based job queue server. It's purpose is to get commands from a client and store them in a queue (STL). The server has a thread which checks periodically the queue,...
6
2661
by: Ed A | last post by:
Hi all: I'm try to create a private message queue to communicate between my service and any client that wants to display the data. Everything seems ok until I try to send a message to the queue...
5
8774
by: Andreas | last post by:
I am working with three computers, my developing computer, a Web Server and a Mail Server (Exchange). I am trying to send a email from the Web Server via the Mail Server to a valid email address...
2
4607
by: SammyBar | last post by:
Hi all, I'm trying to send a message from ASP.NET to another PC by using MSMQ. I created my ASP.NET project by using Visual Studio 2005 but I initially set the project to be located on the File...
0
2720
by: neonspark | last post by:
I'm buidling some simple macro functionality for my app so the users can record a sequence of keyboard inputs and replay them reliably via some menu. Originally, I used: protected override bool...
0
7128
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7332
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7393
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7058
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5635
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5057
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4715
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
1
769
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
426
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.