hi joe
this is rajesh
I am facing a problem that user is not receiving any mail from our side'
The following are my settings in web.config
<system.net>
<mailSettings>
<smtp from="sarartes@mahahost.in">
<network host="mail.myhost.com" port="25" password="ar@@02ban" userName="sarartes@mahahost.in" />
</smtp>
</mailSettings>
</system.net>
<add key="SMTPServer" value="mail.myhost.com" />
<add key="SMTPRequiresAuthentication" value="true" />
<add key="SMTPUseSsl" value="false" />
<add key="SMTPPort" value="25" />
<add key="SMTPUser" value="sarartes@mahahost.in" />
<add key="SMTPPassword" value="ar@@02ban" />
<add key="SMTPTimeoutInMilliseconds" value="15000" />
<!-- leave this blank for ascii encoding -->
<add key="SmtpPreferredEncoding" value="" />
And also i have made the following settings in user.config
<add key="SMTPServer" value="mail.myhost.com" />
<add key="SMTPRequiresAuthentication" value="true" />
<add key="SMTPUseSsl" value="false" />
<add key="SMTPPort" value="25" />
<add key="SMTPUser" value="sarartes@mahahost.in" />
<add key="SMTPPassword" value="ar@@02ban" />
<add key="SMTPTimeoutInMilliseconds" value="15000" />
<!-- leave this blank for ascii encoding -->
<add key="SmtpPreferredEncoding" value="" />
I am able to login using above details to the mailbox, but when i try to use recover password, the following error is showing in system log:
2012-08-16 03:48:36,007 ERROR 122.178.208.251 - en-US - /groups/Secure/RecoverPassword.aspx - mojoPortal.Net.Email - error sending email to b.rajesh@radical.co.in from "Artesiaa Groups" <no-reply@artesiaa.com>, will retry
2012-08-16 03:48:39,178 ERROR 122.178.208.251 - en-US - /groups/Secure/RecoverPassword.aspx - mojoPortal.Net.Email - all retries failed sending email to b.rajesh@radical.co.in from "Artesiaa Groups" <no-reply@artesiaa.com>, message was: A request was just submitted to send your password for the User b.rajesh@radical.co.in
Your password is rajesh123
This is your sign in information for http://www.artesiaa.com/groups
System.Net.Mail.SmtpFailedRecipientException: Mailbox unavailable. The server response was: <b.rajesh@radical.co.in> No such user here
at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception)
at System.Net.Mail.SmtpClient.Send(MailMessage message)
at mojoPortal.Net.Email.Send(SmtpSettings smtpSettings, MailMessage message)
help me with this what can i do
Users should receive mail after registration and recover password
plz help me with this....