Check System Event Log it will show you the what happening while sending mail throw SMTP,
Goto Control Panal -> Adaministrator Tools -> Event Viewer -> Windows Log (Windows 7 and Server os only, Have does not have Windows Log ) -> Check Application or System logs
let me know if any query
Thanks,
Gaurav Dhol
Skype ID : dhol.gaurav
If My Post contains helped you, Please Mark as Answer
search videos at Google with debug visual studio 2010
MORE INFORMATION
gayatrys, you need to pay attention to status codes and check them via Google and/or your favourite search engine(s).
example:
http://www.sorkincomputer.net/SMTP%20errors.htm
"The problem with the email was that the destination server (abcdefg.com) was not found.
You should verify the address and try again (as indicated)."
g.
B-) Please help me by completing my school survey about computer programmers on my website. Thank you!!! Gerry Lowry +1 705-429-7550 wasaga beach, ontario, canada
When sending to gmail, it bounces back. Please help me to fix it. Thanks.
gayatrys, please start a new question for your gmail issue.
Please be sure to show the relevant snippets of your code except for things like you email address and passwords ... for example,
xxxxxxxx@gmail.com .... password = *********.
g.
B-) Please help me by completing my school survey about computer programmers on my website. Thank you!!! Gerry Lowry +1 705-429-7550 wasaga beach, ontario, canada
gayatrys
Member
4 Points
11 Posts
SMTP
Nov 02, 2012 11:06 AM|LINK
My stmp was working fine. but after installing Visual Studio 2008 SP1, I am not able to send mail thru smtp.
Plz suggest solution. Its urgent. Thanks
chandu123
Contributor
4646 Points
1172 Posts
Re: SMTP
Nov 02, 2012 11:13 AM|LINK
What is the error you are getting?
Chandrasekhar (MCTS) .NET framework 3.5, ASP.NET Applications
If my ANSWER helps you in solving your problem MARK IT AS ANSWER
dhol.gaurav
Contributor
3998 Points
725 Posts
Re: SMTP
Nov 02, 2012 11:13 AM|LINK
Hey,
Check System Event Log it will show you the what happening while sending mail throw SMTP,
Goto Control Panal -> Adaministrator Tools -> Event Viewer -> Windows Log (Windows 7 and Server os only, Have does not have Windows Log ) -> Check Application or System logs
let me know if any query
Gaurav Dhol
Skype ID : dhol.gaurav
If My Post contains helped you, Please Mark as Answer
gayatrys
Member
4 Points
11 Posts
Re: SMTP
Nov 02, 2012 11:40 AM|LINK
not getting any error. but mails are not sent.
gayatrys
Member
4 Points
11 Posts
Re: SMTP
Nov 02, 2012 11:41 AM|LINK
sql 2008 error only displayed.
gayatrys
Member
4 Points
11 Posts
Re: SMTP
Nov 02, 2012 01:44 PM|LINK
In Bad Mail log. Status is as following.
Action: failed
Status: 5.4.0
gerrylowry
All-Star
20513 Points
5712 Posts
Re: SMTP
Nov 02, 2012 06:59 PM|LINK
@ gayatrys welcome to forums.asp.net
FWIW, if all that you have done was to install vs2008 SP1, that should not be sufficient to break your SMTP traffic.
imho, you need (a) to examine the SMTP traffic and/or (b) use the debugger*.
(a) the free tool that i use to examine SMTP traffic is WireShark (http://www.wireshark.org/).
(b) walking your code with your debugger:
video, c. 8 minutes: http://msdn.microsoft.com/en-ca/vstudio/ee672313.aspx
"How Do I: Step with The Debugger in Visual Studio?"
Debugging: http://lmgtfy.com/?q=debug+visual+studio+2010
example: http://www.codeproject.com/KB/cs/MasteringInDebugging.aspx
videos: http://www.youtube.com/watch?v=z5gBIizwsY0
search videos at Google with debug visual studio 2010
MORE INFORMATION
gayatrys, you need to pay attention to status codes and check them via Google and/or your favourite search engine(s).
example:
http://www.sorkincomputer.net/SMTP%20errors.htm
"The problem with the email was that the destination server (abcdefg.com) was not found.
You should verify the address and try again (as indicated)."
g.
gayatrys
Member
4 Points
11 Posts
Re: SMTP
Nov 06, 2012 10:19 AM|LINK
Hi,
I some how manage to find that my smtp IP was block, and now released it. Now able to send mails to Other domains except gmail.
When sending to gmail, it bounces back. Please help me to fix it. Thanks.
gerrylowry
All-Star
20513 Points
5712 Posts
Re: SMTP
Nov 06, 2012 10:15 PM|LINK
@ gayatrys
since you've resolved this issue, please mark your reply http://forums.asp.net/post/5202391.aspx, above, as "the answer".
gayatrys, please start a new question for your gmail issue.
Please be sure to show the relevant snippets of your code except for things like you email address and passwords ... for example, xxxxxxxx@gmail.com .... password = *********.
g.