[vwnc] I think this is a bug in email send ...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] I think this is a bug in email send ...

Dennis smith-4
Using SimpleSMTPClient and sending to
    "john, bill, charlie, george"
no domain or the default domain.

john and george exist
bill and charlie do not exist

We get

        SMTP Error 550 5.1.1 <[hidden email]>: Recipient address rejected: User unknown in local recipient table

This is NOT a proceedable error, which means the email is not sent at all, and the
two valid recipients do not receive it.  Not too bad in the above example, but what
if I have 200 recipients and two in the middle are bad??

If the error were proceedable, I could report the errors and resume, thus causing
the mail to be sent -- I tried this and it does work -- but the way it is now I would have
to edit may recipient list and try again, and again until all the bad addresses were removed.



--
Dennis Smith                         +1 416.798.7948
Cherniak Software Development Corporation   Fax: +1 416.798.0948
509-2001 Sheppard Avenue East        [hidden email]
Toronto, ON M2J 4Z8              sip:[hidden email]
Canada         http://www.CherniakSoftware.com
Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] I think this is a bug in email send ...

Kogan, Tamara
Created
55012: "SMTPClient should raise proceedable errors"

The SimpleSMTPClient is not supported anymore. The fix will be applied
to the SMTPClient class.

Tamara Kogan
Smalltalk development,
Cincom Systems

> -----Original Message-----
> From: [hidden email] [mailto:[hidden email]] On
Behalf

> Of Dennis Smith
> Sent: Tuesday, August 26, 2008 4:04 PM
> To: VWNC,
> Subject: [vwnc] I think this is a bug in email send ...
>
> Using SimpleSMTPClient and sending to
>     "john, bill, charlie, george"
> no domain or the default domain.
>
> john and george exist
> bill and charlie do not exist
>
> We get
>
> SMTP Error 550 5.1.1 <[hidden email]>: Recipient address rejected:
> User unknown in local recipient table
>
> This is NOT a proceedable error, which means the email is not sent at
all,
> and the
> two valid recipients do not receive it.  Not too bad in the above
example,
> but what
> if I have 200 recipients and two in the middle are bad??
>
> If the error were proceedable, I could report the errors and resume,
thus
> causing
> the mail to be sent -- I tried this and it does work -- but the way it
is

> now I would have
> to edit may recipient list and try again, and again until all the bad
> addresses were removed.
>
>
>
> --
> Dennis Smith                         +1 416.798.7948
> Cherniak Software Development Corporation   Fax: +1 416.798.0948
> 509-2001 Sheppard Avenue East        [hidden email]
> Toronto, ON M2J 4Z8              sip:[hidden email]
> Canada         http://www.CherniakSoftware.com
> Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP
>
> _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] I think this is a bug in email send ...

Dennis smith-4
Thanks I switched to SMTPclient -- easier to put
a fix in since it uses its own exception class.

Kogan, Tamara wrote:
Created 
55012: "SMTPClient should raise proceedable errors"

The SimpleSMTPClient is not supported anymore. The fix will be applied
to the SMTPClient class.

Tamara Kogan 
Smalltalk development,
Cincom Systems

  
-----Original Message-----
From: [hidden email] [[hidden email]] On
    
Behalf
  
Of Dennis Smith
Sent: Tuesday, August 26, 2008 4:04 PM
To: VWNC,
Subject: [vwnc] I think this is a bug in email send ...

Using SimpleSMTPClient and sending to
    "john, bill, charlie, george"
no domain or the default domain.

john and george exist
bill and charlie do not exist

We get

	SMTP Error 550 5.1.1 [hidden email]: Recipient address rejected:
User unknown in local recipient table

This is NOT a proceedable error, which means the email is not sent at
    
all,
  
and the
two valid recipients do not receive it.  Not too bad in the above
    
example,
  
but what
if I have 200 recipients and two in the middle are bad??

If the error were proceedable, I could report the errors and resume,
    
thus
  
causing
the mail to be sent -- I tried this and it does work -- but the way it
    
is
  
now I would have
to edit may recipient list and try again, and again until all the bad
addresses were removed.



--
Dennis Smith                 		         +1 416.798.7948
Cherniak Software Development Corporation   Fax: +1 416.798.0948
509-2001 Sheppard Avenue East        [hidden email]
Toronto, ON M2J 4Z8              <a class="moz-txt-link-freetext" href="sip:dennis@CherniakSoftware.com">sip:dennis@...
Canada			         http://www.CherniakSoftware.com
Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
    

-- 
Dennis Smith                 		         +1 416.798.7948
Cherniak Software Development Corporation   Fax: +1 416.798.0948
509-2001 Sheppard Avenue East        [hidden email]
Toronto, ON M2J 4Z8              <a class="moz-txt-link-freetext" href="sip:dennis@CherniakSoftware.com">sip:dennis@...
Canada			         http://www.CherniakSoftware.com
Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc