Sending Mail Using ASP/VBScript to Exchange Mail Box

M

martin smith

Here's the scenario. I'm currently using cdosys/asp to send mail to
our SMTP server. We use a product called MailFilter to check for SPAM.
It doesn't work very well. If MailFilter isn't working cdosys also has
problems and emails don't get sent. As these email are confirmations
for customer's bookings this means lots of customers calling to see
where their confirmation emails have gone. The root of the problem is
MailFilter but that here to stay. So I had this thought of sending the
message to a queue of some sort so at least they will get to the
customer eventually rather than being lost for good. So here's the
question:

Can I/How do I send messages to a mailbox on our exchange server using
cdo.message?

If anyone has any other solutions please let me know.

Many Thanks
 
T

Thomas

an easy queue could be done like that:

on your webserver, set up SMTPSVC. you can then use this smtp server (i.e.
use localhost as target smtp) as a relay from your web-generated mails to
exchange (or wherever they are targeted to). the smtpsvc will keep trying to
deliver mails in case of MailFilter not running on the remote smtp.

also you could directly write raw mails into the smtpsvc's pickup folder.
this will enqueue the mails and eventually send them once the target machine
is back up running smooth.

- thomas
 
J

Jeff Cochran

Here's the scenario. I'm currently using cdosys/asp to send mail to
our SMTP server. We use a product called MailFilter to check for SPAM.
It doesn't work very well. If MailFilter isn't working cdosys also has
problems and emails don't get sent. As these email are confirmations
for customer's bookings this means lots of customers calling to see
where their confirmation emails have gone. The root of the problem is
MailFilter but that here to stay. So I had this thought of sending the
message to a queue of some sort so at least they will get to the
customer eventually rather than being lost for good. So here's the
question:

Can I/How do I send messages to a mailbox on our exchange server using
cdo.message?

See the FAQ:

How do I send e-mail with CDO?
http://www.aspfaq.com/show.asp?id=2026

SMTPSendUsing should be 2, specify the SMTP server as your Exchange
server, make sure Exchange can relay for the system your web site is
on.

Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top