473,461 Members | 1,099 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Does SmtpFailedRecipientsException ever occur?

I can't seem to ever get this exception when sending to a bogus
address.
Can anyone else?
Does the SMTP server need to implement a particular protocol version
for this to work?
I thought mail was sent to an SMTP server and it could be queued there
for a while, and so information like this would not be known.
Thanks for the help!

Nov 30 '05 #1
3 3635
GoogleNewsReaderMan wrote:
I can't seem to ever get this exception when sending to a bogus
address.
Can anyone else?
Does the SMTP server need to implement a particular protocol version
for this to work?
I thought mail was sent to an SMTP server and it could be queued there
for a while, and so information like this would not be known.
Thanks for the help!


What about if you're connecting directly to the SMTP server that handles
mail for the recipients domain?
Nov 30 '05 #2
I don't know.
Is that how it is supposed to work?
The only time I would connect to the recipient's SMTP server is when it
happens to be the same as mine!
What's the story? How is this supposed to work?
Does anybody have an answer?
Thanks again for any help!

Nov 30 '05 #3
GoogleNewsReaderMan wrote:
I don't know.
Is that how it is supposed to work?


I've no idea :)

There may be a few reasons why you'd connect directly to the recipients
mailserver though. For one, you might be delivering locally (to people
with mailboxes on your server). You may also be writing an application
that sends email by directly connecting to the recipients mailserver
(like many bulk email apps do) so messages like "mailbox full" can be
caught at that time, rather than being bounced as emails potentially
hours later!

Looking at the docs,

http://msdn2.microsoft.com/en-us/lib...exception.aspx

I'd say the above is true. If you connect directly to the mailserver,
and the mailbox is busy/unavailable etc., this exception is thrown
(that's assuming the MS example works ;))
Nov 30 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

30
by: Christian Seberino | last post by:
How does Ruby compare to Python?? How good is DESIGN of Ruby compared to Python? Python's design is godly. I'm wondering if Ruby's is godly too. I've heard it has solid OOP design but then...
14
by: root | last post by:
Hi group, Apologies in advance if this has been asked somewhere before, but I haven't managed to get anything from the Google archives - I've been getting introductory guides to C++ all day...
7
by: hugo27 | last post by:
obrhy8 June 18, 2004 Most compilers define EOF as -1. I'm just putting my toes in the water with a student's model named Miracle C. The ..h documentation of this compiler does state that when...
18
by: Pavel A. | last post by:
Hello, What is equivalent of __unaligned attribute in GNU C? I've searched for some time and it seems that it just does not exist... /* For HP and new Microsoft compilers it works this way:...
56
by: xlar54 | last post by:
I've been going through the newsgroup, picking up best practices and things not to do, as I think it helps to make a good programmer a very good one. But rather than fishing, I figure that there...
113
by: John Nagle | last post by:
The major complaint I have about Python is that the packages which connect it to other software components all seem to have serious problems. As long as you don't need to talk to anything outside...
2
by: Cirene | last post by:
When I test out my web app using my smtp server it works fine. When I put my clients smtp server info (SMTP server and FROM address) I get this error when trying to email from the web app. Any...
1
by: Help Please | last post by:
I know what it "stands" for, but why would OLE ever show up as a minimized window (the same as if a webpage were to be minimized)? Does this occur only if building a webpage, maybe when working on it...
32
by: Stephen Horne | last post by:
I've been using Visual C++ 2003 for some time, and recently started working on making my code compile in GCC and MinGW. I hit on lots of unexpected problems which boil down to the same template...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.