- Total Members: 219,987
- Threads: 525,374
- Posts: 976,954
-
December 3rd, 2012, 04:10 PM
#1
E-mail from website not working
I have setup my website to be able to send people their passwords if they forget them. It is currently not working. Here is my code:
<asp:PasswordRecovery id="PasswordRecovery1" runat="server">
<MailDefinition Subject="Your Password"></MailDefinition>
</asp:PasswordRecovery>
And here is what is in my webconfig:
<system.net>
<mailSettings>
<smtp deliveryMethod="Network" from="xxx@xxx.com">
<network host="mail.xxx.com" />
</smtp>
</mailSettings>
</system.net>
Can someone help me with this?
Thanks,
Dave
-
December 5th, 2012, 11:53 AM
#2
Okay. I got this fixed. It turned out I was using the wrong network host. As soon as I changed that everything worked just fine.
Similar Threads
-
By Lightswitch in forum HTML, JavaScript And CSS Help
Replies: 0
Last Post: September 17th, 2012, 11:58 AM
-
By cotinc in forum .NET Development
Replies: 6
Last Post: December 21st, 2006, 06:05 PM
-
By jfalberg in forum ASP Development
Replies: 14
Last Post: July 21st, 2005, 09:30 AM
-
By gates150 in forum ASP Development
Replies: 2
Last Post: July 13th, 2004, 10:32 PM
-
By ShaneClark in forum Microsoft IIS
Replies: 2
Last Post: April 15th, 2004, 12:50 AM