Posted 10/10/2007 7:01:06 AM
|
|
|
|
| I am attempting to set up password recovery automatic generated e-mails through Visual Web Developer Express Configuration Manager. I have used my SMTP information supplied with Smartmail and receive a "success" message in the configuration manager but it does not work. There does not appear to be a whole lot of info I can find on this. I felt if I am having troubles, others might as well.
|
|
Posted 10/10/2007 9:09:46 AM
|
|
|
|
| Hello, Please post the code you are using to send the email. Be sure not to post the password. Thank you
Plato Re-invent Technologies LLC Re-invent Support Team http://www.re-invent.com
Specializing in ASP.NET Hosting
|
|
Posted 10/10/2007 6:07:58 PM
|
|
|
|
| I have tried with and without login and password set. You will probibly make me feel stupid, oh well thats how we learn. <system.net> <mailSettings> <smtp from="Contact@eocmanagement.com"> <network host="mail.eocmanagement.com" password="" port="80" userName="Contact@eocmanagement.com" /> </smtp> </mailSettings> </system.net>
|
|
Posted 10/10/2007 7:16:54 PM
|
|
|
|
Hello,
Set the port to 25
That should do the trick
Plato Re-invent Technologies LLC Re-invent Support Team http://www.re-invent.com
Specializing in ASP.NET Hosting
|
|
Posted 10/10/2007 8:56:19 PM
|
|
|
|
| The trick has been completed and works perfect. Thanks for all the help. Grasshopper
|
|
Posted 10/10/2007 11:27:03 PM
|
|
|
|
OK great, you are very welcome!
Plato Re-invent Technologies LLC Re-invent Support Team http://www.re-invent.com
Specializing in ASP.NET Hosting
|
|
|
|