![]() |
asp send mail cdo error
I patched lastnight. My cdo send email code worked until this AM.
The code has been working for months on my 2003 web server relaying to my exchange 2003 server. I now get error '80040211' /Ricweb/standards/testemail.asp, line 35 Anyone have any information? My code <% sch = "http://schemas.microsoft.com/cdo/configuration/" Set cdoConfig = CreateObject("CDO.Configuration") With cdoConfig.Fields .Item(sch & "sendusing") = 2 ' cdoSendUsingPort .Item(sch & "smtpserver") = "my mail server" .update End With Set cdoMessage = CreateObject("CDO.Message") With cdoMessage Set .Configuration = cdoConfig .From = "from@me.com" .To = "my correct email address" .Subject = "Sample CDO Message" .TextBody = "This is a test for CDO.message" .Send End With Set cdoMessage = Nothing Set cdoConfig = Nothing %> |
Re: asp send mail cdo error
Gazing into my crystal ball I observed Mike <mike.drewery@gmail.com>
writing in news:1179413717.740888.62930@n59g2000hsh.googlegro ups.com: > I patched lastnight. My cdo send email code worked until this AM. > The code has been working for months on my 2003 web server relaying to > my exchange 2003 server. I now get > > error '80040211' > /Ricweb/standards/testemail.asp, line 35 > > Google for the error and you might find an answer. -- Adrienne Boswell at Home Arbpen Web Site Design Services http://www.cavalcade-of-coding.info Please respond to the group so others can share |
| All times are GMT. The time now is 03:58 PM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.