ASP.Net Website Administration Tool SMTP Settings
Re-invent ASP.NET Hosting Community
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        



ASP.Net Website Administration Tool SMTP... Expand / Collapse
Author
Message
Posted 5/22/2007 4:46:53 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 6/22/2007 3:07:07 PM
Posts: 3, Visits: 9
In visual studio 2005 I am trying to set up my website to send return emal when user forgets password. I am using all the default tools, no customization yet.

When using ASP.Net Website Administration Tool there is a SMTP Settings tab. As I understand it this information must be filled out before ASP.net can send email in response to a users request to retreive their password after they have provided the question and answer response.

What should I enter for:

Server Name:

Server Port:

From:

Authentication: (none or basic which requires sender's username and password)

Thanks John Brown

Post #565
Posted 5/23/2007 4:47:18 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 6/22/2007 3:07:07 PM
Posts: 3, Visits: 9
I still have a question. (I figured out the answer to this question.) To get it working I had to set up outlook express on my development machine like the knowledge base article suggested.

Does each machine needing an email have to have outlook and the correct set up or does setting my development machine somehow effect all that access this feature?

Thanks, John

Post #567
Posted 5/23/2007 6:39:04 PM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Administrators
Last Login: 11/10/2008 8:41:49 AM
Posts: 104, Visits: 254
Hello,

You would need to enable your application to send the email to the intended recipient.   The settings in the web.config would be like:

<system.net>

    <mailSettings>

      <smtp from="test@foo.com">

        <network host="smtpserver1" port="25" userName=username@mydomain.com password="secret" defaultCredentials="true" />

      </smtp>

    </mailSettings>

  </system.net>

 

 

The Network Host would be your SMTP Mail server for your hosting account. 

Plato
Re-invent Technologies LLC
Re-invent Support Team
http://www.re-invent.com

Specializing in ASP.NET Hosting

Post #569
« Prev Topic | Next Topic »


Reading This Topic Expand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Administrator, Re-invent (Paul), Re-invent (Nick)

Permissions Expand / Collapse

All times are GMT -5:00, Time now is 1:05pm

Powered By InstantForum.NET v4.1.4 © 2008
Execution: 0.031. 14 queries. Compression Disabled.


Copyright 2007 Re-invent Technologies LLC All Rights Reserved.