Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 2005 > C# 2005
|
C# 2005 For discussion of Visual C# 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 17th, 2007, 07:39 AM
Authorized User
 
Join Date: Jan 2007
Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to pushpa
Default CDO not work in Windows 2003 server

<%
Set myMail=CreateObject("CDO.Message")
myMail.Subject="Sending email with CDO"
myMail.From="[email protected]"
myMail.To="[email protected]"
myMail.Bcc="[email protected],mallinathk@alohate chnology.com"
myMail.TextBody="This is a message. using CDO object"
myMail.Send
set myMail=nothing
Response.Write "msg send successfully"

%>
here mails are only goes to gmail.com a/c not foe .bz a/c


 
Old October 17th, 2007, 08:10 AM
samjudson's Avatar
Friend of Wrox
 
Join Date: Aug 2007
Posts: 2,128
Thanks: 1
Thanked 189 Times in 188 Posts
Default

I think you've written this in the wrong forum. This is the C# 2005 forum.

If one email is getting through, but others are not then check the C:\inetpub\mailroot directory for issues that might have occurred, or the corresponding log files (C:\Windows\System32\LogFiles if I remember correctly).

/- Sam Judson : Wrox Technical Editor -/





Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Server 2003 neil.abachi07 Windows Server 1 September 13th, 2007 02:11 PM
How to Instal CDONTS in Windows Server 2003 lakshmi_annayappa Classic ASP Professional 1 April 18th, 2007 01:22 AM
Windows 2003 Server R2 srutter BOOK: Professional Web Parts and Custom Controls ASP.NET ISBN: 0-7645-7860-X 4 February 25th, 2006 06:52 PM
Cannot execute ASP in Windows 2003 Server rylemer Classic ASP Basics 1 March 4th, 2005 07:03 PM
ASP and Windows 2003 Server [email protected] Classic ASP Professional 9 March 23rd, 2004 06:04 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.