Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
How to send email using asp.net without using username and password parameters in web.config?
r p
13y
3.7k
1
Reply
Hi,
My client's website has a
'Contact Us' page
and I am sending all the information collected via this page to his email id.
The web config file of the website looks like this -
<mailSettings>
<smtp deliveryMethod="Network">
<smtp>
<network host="" port="" userName="" password=""/>
</smtp>
</mailSettings>
Is there any other way through which I can send the email
WITHOUT using userName and password parameters
?
Thanks,
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
Using Div Instead Of Table
Load usercontrol on to web pages from app_code class using asp.net(c#)