Pranay
06-22-2010, 07:46 AM
I am using asp.net password recovery page and its failing when comes to emailing.
this is the error I get : SmtpFailedRecipientException: Mailbox unavailable
this is my webconfig settings
<system.net>
<mailSettings>
<smtp from="XXXX@XXXX.com" >
<network host="smtp.xxxx.com" password="xxxxxx" userName="XXXX" defaultCredentials="false" />
</smtp>
</mailSettings>
Please help me with this.
The page is working fine locally but fails on discountasp.net server, its this web config page problem only because I am able to email from my application when I am using my own emailing code.
Thanks
this is the error I get : SmtpFailedRecipientException: Mailbox unavailable
this is my webconfig settings
<system.net>
<mailSettings>
<smtp from="XXXX@XXXX.com" >
<network host="smtp.xxxx.com" password="xxxxxx" userName="XXXX" defaultCredentials="false" />
</smtp>
</mailSettings>
Please help me with this.
The page is working fine locally but fails on discountasp.net server, its this web config page problem only because I am able to email from my application when I am using my own emailing code.
Thanks