Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > .NET General

Vista - SmtpFailedRecipientException but email is sent and received

Reply
 
Old 09-11-2008   #1 (permalink)
Velvet


 
 

SmtpFailedRecipientException but email is sent and received

Our staging server has several web sites that send emails. Most of the
sites can send email but one of them is gettting the following message when
HTML formatted email is sent. We created a test page and verifyied that the
exact same code works on another website but not this one. The interesting
thing is that the email is in fact sent and recieved by the recipient even
though the .net component is returning this error.

It doesn't matter if I send an email to someone on our domain or someone
outside the domain. Both get that error and both recevied the email.

We are setting the login and password to our exchange server to send the
email.

We are running Windows 2003 in a VMware instance for the IIS.

Again, the EXACT same code works on a another website on the same system in
the same VMware instance of Windows 2003. We have rebooted the server, we
have isolated the application pool, thinking that perhaps the default app
pool was corrupted. (We have encountered application pool corruptions that
gives us weird results in the past so I was grasping at straws here.)

Server Error in '/TopWeb' Application.
--------------------------------------------------------------------------------

Mailbox unavailable. The server response was: 5.1.1 User unknown
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Net.Mail.SmtpFailedRecipientException: Mailbox
unavailable. The server response was: 5.1.1 User unknown

Source Error:

Line 74: //try
Line 75: //{
Line 76: formMail.SendHTMLData();
Line 77: LabelDisplay.CssClass = "t15";
Line 78: LabelDisplay.Text = "<p>An Email has been sent to your <span
class='t15purple'>" + domain + "</span> account with your TOP Connection
password, Please change your password once logged into the site, for
security purpose.</p><br><p>To change your password : Login to the site >
Edit My Profile > Change Password</p>";

Source File: d:\Intranet\TopWeb\Testing\HTMLEmailSample.aspx.cs Line: 76

Stack Trace:

[SmtpFailedRecipientException: Mailbox unavailable. The server response was:
5.1.1 User unknown]
System.Net.Mail.SmtpClient.Send(MailMessage message) +1877
Haggen.UtilitiesLibrary.FormMail.SendHTMLData() +2117
HTMLEmailSample.ButtonSendMail_Click(Object sender, EventArgs e) in
d:\Intranet\TopWeb\Testing\HTMLEmailSample.aspx.cs:76
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
+107
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String
eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1746




My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
some email not received Vista mail
Re: Received email from myself Vista mail
Attaching an email received to an email outgoing Vista mail
cannot received email Vista mail
RC1 email yet to be received Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46