By the way, specifically in regard to invalid recipients, there already was an NSNotification that was posted named ERMailSender.InvalidEmailNotification, but it's sort of a lame notification that doesn't provide much context and I don't know how you would use it very effectively, so I would try the new delegate instead. It will give you a lot more information.public void deliverySucceeded(ERMessage message);public void invalidRecipients(ERMessage message, NSArray invalidRecipientAddresses);public void deliveryFailed(ERMessage message, Throwable failure); ... read the javadocs for more info on the specifics
ms _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
