List(toList);
mailer.setCcList(new Vector());
mailer.setBccList(new Vector());
mailer.setFiles(new Vector());
mailer.setSubject(subject);
mailer.send();
}
private Vector vectorizeEmailAddresses(String listString) {
Vector emailList = new Vector();
--- [EMAIL PROTECTED] wrote:
>
> Hello
>
> Kindly post this information to the group.
>
> Thanks
> srikrishna
Hello,
Below you will find MailAttachLogger.java. Here are
instruction how to test it:
0) Compile and jar MailAttachLogger.java
1) Copy the jar to ${user.home}/.ant/lib
2) Download J
; Let me know.
Regards
Ivan
>
> -Rob A
>
> > -Original Message-
> > From: Ivan Ivanov
> [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, June 14, 2005 12:05 PM
> > To: Ant Users List
> > Subject: Re: Mail a nice pretty html build log...
> >
>
t I have and you can
finnish it up.
Let me know.
-Rob A
> -Original Message-
> From: Ivan Ivanov [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 14, 2005 12:05 PM
> To: Ant Users List
> Subject: Re: Mail a nice pretty html build log...
>
>
> Rob,
>
> I h
Rob,
I have an extension of MailLogger that allows to send
emails with some files attached to it. It works pretty
closely to the original oata.listener.MailLogger. You
only should specify the location of the attachments by
specifying MailLogger.success.attachments and
MailLogger.failure.attachment