Password recovery

J

John

Hi

I am using the password recovery control. When I submit I get an smpt server
not set error. I can't see any property in the control for smtp server.
Where do I set the smtp server value?

Thanks

Regards
 
C

Cowboy \(Gregory A. Beamer\)

First make sure you have an SMTP server set up. You can do this by
installing the SMTP Services with IIS, if nothing else. If you have an
exchange server on your network, you can use it instead, but the network
admin (Exchange admin) will have to set some things up for you. YOU then add
the following inside the <configuration> tags:

<system.net>
<mailSettings>
<smtp deliveryMethod="network">
<network host="{server IP or name}" port="25" defaultCredentials="true"
/>
</smtp>
</mailSettings>
</system.net>
 
J

John

Hi

Thanks for this. Sorry for being dumb. Which file does all this go into?
Thanks again.

Regards
 

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

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,019
Latest member
RoxannaSta

Latest Threads

Top