configure smtp email settings with asp.net configuration

B

barry

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
 
P

PeterKellner

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="(e-mail address removed)">
<network host="mail.xxx.info"
port="25" defaultCredentials="true"/>
</smtp>
</mailSettings>
</system.net>
Peter Kellner
http://peterkellner.net
 
B

barry

Thank you very much
PeterKellner said:
Here is mine. (done by hand)

<system.net>
<mailSettings>
<smtp deliveryMethod="network"
from="(e-mail address removed)">
<network host="mail.xxx.info"
port="25" defaultCredentials="true"/>
</smtp>
</mailSettings>
</system.net>
Peter Kellner
http://peterkellner.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top