.NET 2 ForgotPassword Control Email Blocked

Discussion in 'ASP.NET 2.0' started by sweendog05, Jul 23, 2007.

  1. I'm using thePasswordRecovery Control in my application and the email is sent fine to some addresses, but many email addresses (including my DASP email accounts) aren't receiving them.

    My settings in web config are:
    <configuration>
    <system.net>
    <mailSettings>
    <smtp deliveryMethod="network">
    <network
    host="localhost"
    port="25"
    />
    </smtp>
    </mailSettings>
    </system.net>
    </configuration>Is there anything I can do to increase the chances that these will be received?
     
  2. I dont think,its an application issue.Make sure those email addresses are valid.Are you able to receive any other emails on your DASP email accounts(to make sure that your email is setup properly)?

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    If you still have problem, create a support ticket, we can check the log to see where the email went.


    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  4. Also, don't forget to set the "maildefinition-from" to a valid email address in the PasswordRecovery control.


    Aristotle

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page