RE: Problems using 'mail' task, not able to attach html file

2006-01-06 Thread Chon, Ae H
PM To: Ant Users List Subject: RE: Problems using 'mail' task, not able to attach html file Hello, mail task has some library dependencies - it needs JavaMail API and JAF (Java Activation Framework API). See [1] on where to obtain them and after you obtain them put the jars either in ${ant.home

Problems using 'mail' task, not able to attach html file

2006-01-03 Thread Chon, Ae H
All, I have the following ant mail task configured. But it is unable to attach the 'build.html' file as part of the email but rather expand file as part of the email message. mail mailhost= ${mail.host} subject = BUILD FAILED

Re: Problems using 'mail' task, not able to attach html file

2006-01-03 Thread Ivan Ivanov
Hello, Can you try without charset attribute? Regards Ivan --- Chon, Ae H [EMAIL PROTECTED] wrote: All, I have the following ant mail task configured. But it is unable to attach the 'build.html' file as part of the email but rather expand file as part of the email message.

RE: Problems using 'mail' task, not able to attach html file

2006-01-03 Thread Chon, Ae H
List Subject: Re: Problems using 'mail' task, not able to attach html file Hello, Can you try without charset attribute? Regards Ivan --- Chon, Ae H [EMAIL PROTECTED] wrote: All, I have the following ant mail task configured. But it is unable to attach the 'build.html' file as part

Re: Problems using 'mail' task, not able to attach html file

2006-01-03 Thread Alexey N. Solofnenko
of the email message. This was what it was doing before. Any other suggestions? -Ae Hwa -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ivan Ivanov Sent: Tuesday, January 03, 2006 3:01 PM To: Ant Users List Subject: Re: Problems using 'mail' task, not able

RE: Problems using 'mail' task, not able to attach html file

2006-01-03 Thread Ivan Ivanov
] On Behalf Of Ivan Ivanov Sent: Tuesday, January 03, 2006 3:01 PM To: Ant Users List Subject: Re: Problems using 'mail' task, not able to attach html file Hello, Can you try without charset attribute? Regards Ivan --- Chon, Ae H [EMAIL PROTECTED] wrote: All, I have