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 |
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 > 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 |
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]] OnBehalfOf 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 atall,and the two valid recipients do not receive it. Not too bad in the aboveexample,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,thuscausing the mail to be sent -- I tried this and it does work -- but the way itisnow 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 |
Free forum by Nabble | Edit this page |