473,387 Members | 1,517 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

configure smtp email settings with asp.net configuration

Could someone send me the web.config portion that is created when you
configure the e-mail settings
using the asp.net configuration tool. My tool is not working.

thanks
Jul 13 '06 #1
2 5807
On Thu, 13 Jul 2006 15:39:26 -0700, "barry" <fl******@ix.netcom.com>
wrote:
>Could someone send me the web.config portion that is created when you
configure the e-mail settings
using the asp.net configuration tool. My tool is not working.

thanks
Here is mine. (done by hand)

<system.net>
<mailSettings>
<smtp deliveryMethod="network"
from="xx*@73rdst.com">
<network host="mail.xxx.info"
port="25" defaultCredentials="true"/>
</smtp>
</mailSettings>
</system.net>
Peter Kellner
http://peterkellner.net
Jul 13 '06 #2
Thank you very much
"PeterKellner" <pk**********@73rdstreet.comwrote in message
news:fe********************************@4ax.com...
On Thu, 13 Jul 2006 15:39:26 -0700, "barry" <fl******@ix.netcom.com>
wrote:
>>Could someone send me the web.config portion that is created when you
configure the e-mail settings
using the asp.net configuration tool. My tool is not working.

thanks
Here is mine. (done by hand)

<system.net>
<mailSettings>
<smtp deliveryMethod="network"
from="xx*@73rdst.com">
<network host="mail.xxx.info"
port="25" defaultCredentials="true"/>
</smtp>
</mailSettings>
</system.net>
Peter Kellner
http://peterkellner.net

Jul 13 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Janna Deegan | last post by:
Hello all, First off, if there is a better place to post for an answer to this question, please feel free to point me there. I have some very strange behavior happening with my System.web.mail...
2
by: John Kraeck | last post by:
I am working on an application to email condition reports to several hundred folks on our network. The person running the report will not be the person who should receive replies. I am using CDO...
34
by: antonyliu2002 | last post by:
I've set up the virtual smtp server on my IIS 5.1 like so: 1. Assign IP address to "All Unassigned", and listen to port 25. 2. Access Connection granted to "127.0.0.1". 3. Relay only allow...
1
by: Benny Ng | last post by:
Dear All, Now I just finished my winform application. And a part of that is to send email reminder to the users. It's working fine in the server that with SMTP service in Windows 2003. But now...
4
by: Max | last post by:
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...
1
by: apasj06 | last post by:
hello everyone: I am trying to send email via php. I using window XP home edition. My mail client is outlook express. I configured mail client to send email via my aol email account. mail...
11
by: ibiza | last post by:
Hi all, I am trying to use the System.Net.Mail class for the first time, with ASP.NET 2.0. I setup everything according to http://www.codeproject.com/aspnet/EasySMTP_package.asp, which gives...
2
by: =?Utf-8?B?SHVzYW0=?= | last post by:
Hi EveryBody: How can I configure the smtp mail server in the passwordrecovery calss to make it send an e-mail to the user that contain the user password ? Any help will be appreciated ...
5
by: alee | last post by:
Hi, I am trying to configure DNN 4.05.03 on VS 2005 (DotNet 2) But i am unable to get it working. I have followed the steps but i am being failed continuously. Here is the detail what i have...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.