473,386 Members | 1,752 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

AspEmail vs CDO :: (sendque) which is better?

If you are sending out bulk emails in the range of 800 to 1000 per day
which component is better:

1. ASPEmail
2. CDO

....and further, do they also BOTH use a SEND TO QUEUE option.

I wish to progress according to the best one for the job...which do you
think?

My current host maximumASP.com only allow 800 emails per day - grrrrr -so I
am now forced to consider the painful sendqueue route which could result in
my outgoing emails sitting on the server for hours if others are doing the
same thing.

List server is too expensive complex; Cannot find a suitable local bulk
emailer program except Access Mailer from FMS which is single threaded and
does not auto-detect html or text mime in recipient email.

Always on the lookout for a product that is cheap, easy and strong with
regards bulk emailing

Thanks
- Jason

ps: We already use an online broadcast email blast vendor but I have access
to api to connect my database which must send out emails automatically.

Jul 19 '05 #1
3 3188
> 1. ASPEmail
2. CDO


Both are limited by the technology you are using, ASP to send out 80,000
e-mails. How about investing in some software designed to handle this task?

If you want to know which is better, run a test. Only *you* can reproduce
your exact environment, with the size of your e-mails, frequency, delay,
variance of domain names, etc etc ad nauseum.

Anyone else offering you a "which is better" or "which is faster" opinion is
going to be just that, opinion.
Jul 19 '05 #2
> I take it both have SendQueue options - Aaron, could I ask you if you
successfully used the COMs in an 800 send out per day - what were the
results?


It works, but it's not the tool for the job. At least, use VBS and the task
scheduler, not an ASP page.

A
Jul 19 '05 #3
Hi Jason,

Is this an 800 email batch or 800-odd emails going over the course of a day?

I have two things to offer. I just completed a bulk email app which was a
one-off to send out invitations and reminders to complete an online
questionnaire. I sent out 1500 emails in one hit using CDONTS. It was called
within an ASP so it could be triggered by a staff member. Last time I did
this I let them go in batches of 200 - I was worried about choking the
server - but there didn't seem to be a problem and the 1500 went without any
problems on my dev server (PIII 550) so I decided to just do it. For this
job a template was read from the filesystem, copied into another local
variable (to avoid another 1499 filesys reads), populated with static data
for each recipient and then dispatched with To: and a Bcc: addressees.
Testing worked well with both plain text and HTML formats (different
templates).

I have also used COM and WSH to create a custom app to schedule the release
of queued emails. Not used as a bulk mailer, but if you want to schedule
your email to go without intervention then this is one approach. CDONTS can
be accessed in exactly the same way from a WSH script, I just put it in a
COM component (that is called from the script) cause it was just so darn
handy I thought I might get around to reusing it. The component is
registered on the (web) server, and the WSH script is also scheduled on this
machine.

My advice is just to give it a try, and try to take into account any other
load on the server that may make this a problem.

BTW, I used CDONTS, but I believe we should all be using CDOSYS now.

Alan
..
"jason" <ja***@catamaranco.com> wrote in message
news:uY**************@TK2MSFTNGP11.phx.gbl...
Ok - wait - I had actually intended to use task scheduler to trigger the asp page with CDO...but, are you saying that I should be using WSH off my local smtp (iis)(single threaded) to do the bulk mail rather than utilize the mail server sitting with my web host or their platform.....and, trigger this via task scheduler?

I appreciate some help in improving my odds for success.....

Thanks
jason

ps: I gather you use your own list server to accomplish the above? If so,
are you having it hosted or are you using a 3rd party product to do this for you.....on your local server machine.....
"Aaron Bertrand - MVP" <aa***@TRASHaspfaq.com> wrote in message
news:#w**************@TK2MSFTNGP12.phx.gbl...
I take it both have SendQueue options - Aaron, could I ask you if you
successfully used the COMs in an 800 send out per day - what were the
results?


It works, but it's not the tool for the job. At least, use VBS and the

task
scheduler, not an ASP page.

A


Jul 19 '05 #4

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

Similar topics

220
by: Brandon J. Van Every | last post by:
What's better about Ruby than Python? I'm sure there's something. What is it? This is not a troll. I'm language shopping and I want people's answers. I don't know beans about Ruby or have...
2
by: jason | last post by:
Database: Access 2000 Host: Maximum ASP I am trying to work out the best way to send bulk email below the 1000 mark (about 800). I understand that I could either use ASPEmail or CDO although...
0
by: Chuck | last post by:
Hi! I have created an ASP page that calls a webservice using an XSL page. The data is displayed correctly in the table. I added a submit button. When I invoke the button an email is sent to me...
15
by: news.microsoft.com | last post by:
HI, ASPEmail to send to multiple recipients? I tried to use comma and semicolon but all the time give this message error: Error: 6 - 501 Bad address syntax nor :...
1
by: shank | last post by:
Has anyone converted from ASPMail to ASPEmail...? 1) I get the following error. Can you offer some insight? 2) Is there an equivalent to this line: Mail.ContentType = "text/html" ...? ...
1
by: Andrew Wrigley | last post by:
Hi I am setting up emailing for an all Access contact management app and DO NOT want to use Outlook. Aspemail.dll (aspemail.com) works fine, but... Unless you pay the licence fee for the...
33
by: Protoman | last post by:
Which is better for general-purpose programming, C or C++? My friend says C++, but I'm not sure. Please enlighten me. Thanks!!!!!
22
by: JoeC | last post by:
I am working on another game project and it is comming along. It is an improvment over a previous version I wrote. I am trying to write better programs and often wonder how to get better at...
3
by: ChrisPols | last post by:
Hi, I currently have a very wierd workaround to a simple problem. I have a page that selects a user from the dbase, works fine. Then I have an emailing code from ASPemail.com to send confirmation...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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...

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.