TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
mohdazeemuddin ahmed
NA
176
0
System.Net.Mail Help
Aug 5 2009 7:01 AM
Hi every body
i am trying to use mail in my form i have a form name as order form i am taking all the values from the form and i create body of the mail i add from,to,and subject and body to the mail but when i try to send the mail i got some error and i make changes in web.config file also please any one can tell me what are the exact field i have to use in web.config file i will show you what i write in config file
<system.net>
<mailSettings>
<smtp from="">
<network host="" port="3535" userName="" password="" defaultCredentials="true" />
</smtp>
</mailSettings>
</system.net>
please tell me what i have to write in from=
and in host=
i am very much confused with this please help me its very urgent
Reply
Answers (
16
)
How to preserve value of Page's property between postbacks?
How to use RadioButtonList in GridView in ASP.NET?