Questions tagged [cdo.message]

Part of Microsoft's Collaboration Data Objects (CDO) it is usually used by WSH or .NET applications for e-mail message automation.

Documentation:

248 questions
0
votes
1 answer

VBScript SMTP Auto Email

I have a script to auto email a list of address' stored in Excel, but it is only sending to the first address and not looping to the rest, I cannot seem to fix it: Set objMessage = CreateObject("CDO.Message") Set app =…
Nathan Hawthorne
  • 303
  • 3
  • 9
  • 26
0
votes
2 answers

Classic ASP Send Mail To E-Mail Address Inputted In Textbox

I am trying to receive an input for an e-mail address from a textbox in one .asp file called order.asp and then e-mail to that e-mail address using code in another .asp file called ordercomplete.asp (which uses CDO mail). The mailer works correctly…
PHPDev
  • 152
  • 2
  • 4
  • 19
0
votes
1 answer

Error in sending automatically emails using CDO

I've got an Excel Range including mailto email addresses for clients and a path to reach an invoice to enclosed in an email. My code consists in sending an email (with an invoice) to each mailto address (from my gmail account). Even if I don't…
user2531004
  • 1
  • 1
  • 1
0
votes
1 answer

Send Multiple Emails from found Recordset using CDOSys in Classic ASP

With my very limited knowledge I have pieced together the following code to send and email to every record found in my database which has an email address using CDOSys. The emails are send OK but the page returns an error: CDO.Message.1 error…
Frank Smith
  • 119
  • 1
  • 8
0
votes
1 answer

IIS 7 + Windows Server 2008 - Sending Emails from Classic ASP using CDO

On our existing platform we decided to upgrade our development server from Windows Server 2003 to 2008 some time ago. The problem we are facing is that all asp scripts that used to send emails before when we had Windows Server 2003 worked. Now, they…
Federico Giust
  • 1,803
  • 4
  • 20
  • 45
0
votes
1 answer

CDO component hangs occasionally

I have a site which uses a lot of email to confirm actions to clients. As the site has grown the number of emails generated from the pages has grown likewise. Recently we've started to see the site hanging (or at least anyone who was at the point…
0
votes
1 answer

CDOSYS : how to check if it's working?

On a client server, we have a little script that send an email at the end of an order, just before closing it. Until yesterday everything works fine, but suddenly, the page gives a generic 500 error. so I start from the bottom of the page find that…
Matteo Bononi 'peorthyr'
  • 2,170
  • 8
  • 46
  • 95
0
votes
0 answers

CDO check if email was received/valid

I want to add users with bad/invalid emails to a table in my database. (why: professors add students that may have written their emails down wrong, and we want to contact the professors with a report asking them to verify) Is there something like a…
woodlumhoodlum
  • 462
  • 3
  • 10
  • 24
0
votes
1 answer

The transport failed to connect to the server - CDO.Message - VB.NET

I have a VB.net Application running on the server which will be sending emails close to 200 everyday. Following is my coding: Dim objNewMail = CreateObject("CDO.Message") …
itssara
  • 161
  • 1
  • 2
  • 7
0
votes
1 answer

Outlook create folders - basic setup and approach

What are the proper project references (.NET or COM or otherwise) and downloads I need to program using Visual Studio 2010 C# so I can programmatically create 1,000 folders and rules in an Outlook users mailbox? I have tried CDO but it appears to be…
0
votes
4 answers

ASP embed image to CDO.Message email

I'm using ASP classic and CDO to send email with CreateMHTMLBody method. I have couple of images in my email which some of them are static and would not change but some of them will change based on email content. Some of the mail softwares like…
Jay
  • 1,384
  • 1
  • 17
  • 30
0
votes
1 answer

how to include CDO hostname and port?

How do i pass a hostname and port 25 into this vbscript?
SOLDIER-OF-FORTUNE
  • 1,634
  • 5
  • 39
  • 66
0
votes
2 answers

CDO Corrupt PDF Attachment

What is the main problem that causes corrupt PDF attachments using Classic ASP CDO? This is the error message when trying to open the document: There was an error processing a page. There was a problem reading this document (109).
Marc Uberstein
  • 12,501
  • 3
  • 44
  • 72
-1
votes
1 answer

Error sending SMTP email out of MS Access

I'm having issues with sending emails out of MS Access using CDO SMTP. This has been working without issue for a number of years but now over recent times have been getting -2147220973 The transport failed to connect to the server error on a regular…
dbblmb
  • 3
  • 5
-1
votes
2 answers

CDO.Message To and From Fields Changed to "Friendly Name" and Email Address

When I first created this Classic ASP script, with the help of W3Schools, to send email, it worked fine. Now I'm having issues with sending the actual email; it appears to hang on the .Send method. I noticed that when I set the To and From email…
Howard Parr
  • 119
  • 8
1 2 3
16
17