Exforsys

Online Training

Send Mail Using SMTP

This is a discussion on Send Mail Using SMTP within the Microsoft .NET forums, part of the Programming Talk category; hi I am using System.Web.Mail.MailMessage with System.Web.Mail.SmtpMail to send mail. now the my question ...


Go Back   Exforsys > Programming Talk > Microsoft .NET

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 09-06-2006, 06:22 AM
Junior Member
 
Join Date: Jul 2006
Posts: 4
mahehs_k_anjani is on a distinguished road
Send Mail Using SMTP

hi

I am using System.Web.Mail.MailMessage with System.Web.Mail.SmtpMail to
send mail. now the my question is,

Is it compulsory to add fields smtpauthenticate, sendusername and
sendpassword fields to MailMessage Object????.

mm.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate",
"1")
mm.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendusername",
SMTPEmail)
mm.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendpassword",
SMTPPassword)

Which fields will i have to add if my SMTP Server doesn't require
authentication.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 11-15-2006, 02:01 PM
svs_aditya's Avatar
Aditya
 
Join Date: Jul 2006
Location: India
Posts: 11
svs_aditya is on a distinguished road
Send a message via Yahoo to svs_aditya
HI,
you need not add any of the above 3 fields to send a mail from your local machine to any Email id. what you need are : from , to , Subject
thatz all.. if you have any doubts you can mail me at svs_i43@yahoo.com

gud luck.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Hiring freshers hr_Joseph Freshers Jobs 0 05-26-2005 01:57 PM
Hiring freshers hr_Joseph Freshers Jobs 0 05-26-2005 01:56 PM
Over 45 Listings for Freshers 2004 and 2005 admin Freshers Jobs 1 05-05-2005 08:07 AM
Regarding SMTP and Java Mail System ajagania Java Tutorials 0 10-29-2004 12:10 PM
Send upto 1GB attachment to any mail sanereddy Chit-Chat 0 07-22-2004 10:17 PM


All times are GMT -4. The time now is 01:22 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.