Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 2.0 > ASP.NET 2.0 Basics
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics 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 September 9th, 2008, 09:10 AM
Authorized User
 
Join Date: May 2008
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to kalyanykk
Default Mailing problem in C# dotnet 2.0

Hi All,
         I have written code to send emails using the SmtpClent class
object as shown below.

SmtpClient client = new SmtpClient();
client.Send(email);

 where 'email' is object of
MailMessage email = new MailMessage(XXXXXX...)

Now the problem is mails are going fine but it is going to Junk mails folder rather than Inbox folder in Outlook 2003.

Can any one plz help me out what is the problem & how could it be resolved.
Is there any settings that i should change in my code to make my mails go to inbox.







Similar Threads
Thread Thread Starter Forum Replies Last Post
Mailing prashanth_kumarbv Classic ASP Basics 2 October 27th, 2006 08:40 PM
I have a problem in mailing application umair.hasan ASP.NET 1.0 and 1.1 Professional 2 July 26th, 2006 03:42 PM
Dotnet problem ginnyc0802 VS.NET 2002/2003 1 June 1st, 2005 09:13 AM
asp / access mailing list database problem srobert1 Access ASP 1 May 2nd, 2005 06:11 PM
Add Mailing List Problem USADarts BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6 0 August 11th, 2004 10:19 PM





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