Re: sending html in email <SOLVED>
Re: sending html in email <SOLVED>
- Subject: Re: sending html in email <SOLVED>
- From: Mike Schrag <email@hidden>
- Date: Wed, 21 Mar 2007 22:39:16 -0400
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
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.
ms
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden