mail task results in authentication failure when using gmail as smtp server

2015-02-22 Thread jason mazzotta
To whom it may concern, I am trying to use gmail as an smtp server with the ant mail task. I have set up the task as follows: This worked a few months ago, but these days, when I run my ant build file I get the follow error: Failed to send email

help!! ant mail task issue!

2012-04-23 Thread combuilder
xecute the following line: "" anyone who can help me, please kindly advise. thanks in advance. -- View this message in context: http://ant.1045680.n5.nabble.com/help-ant-mail-task-issue-tp5658624p5658624.html Sent from the Ant - Users mail

Re: Mail Task

2012-04-02 Thread Eric Fetzer
o: Ant Users List >> Sent: Tuesday, March 27, 2012 6:11 PM >> Subject: Re: Mail Task >> >> The email address no longer exists. For some reason it won't even try to >> send the email. Even the valid addresses don't get sent to. >> >> >>

Re: Mail Task

2012-03-29 Thread Eric Fetzer
> something > > > > From: Eric Fetzer > To: Ant Users List > Sent: Tuesday, March 27, 2012 6:11 PM > Subject: Re: Mail Task > > The email address no longer exists. For some reason it won't even try to > send the email. Even the valid addresses do

Re: Mail Task

2012-03-27 Thread Vimil Saju
I've seen this issue only when the email format is invalid. are you sure there are no errors in the email address format? like an @ missing or something From: Eric Fetzer To: Ant Users List Sent: Tuesday, March 27, 2012 6:11 PM Subject: Re: Mail Task

Re: Mail Task

2012-03-27 Thread Eric Fetzer
ddress no longer exists? If the email address doesn't exist should'nt > the sender get back a bounced email notification? > > > > From: Eric Fetzer > To: Joe Attardi > Cc: Ant Users List > Sent: Tuesday, March 27, 2012 12:24 P

Re: Mail Task

2012-03-27 Thread Vimil Saju
Users List Sent: Tuesday, March 27, 2012 12:24 PM Subject: Re: Mail Task The point isn't to send the email to the invalid address.  It's that I'm not informed when they become invalid and don't notice that the mails stop being sent...  Next thing I know, users are uninforme

Re: Mail Task

2012-03-27 Thread Joe Attardi
What's the point of sending email to an invalid address? :) On Tue, Mar 27, 2012 at 2:22 PM, Eric Fetzer wrote: > All, > > I'm having the mail task fail if the tolist or cclist have ANY invalid > addresses. > > [mail] Sending email: My Subject > [mail

Re: Mail Task

2012-03-27 Thread Eric Fetzer
lid to fix it. On Mar 27, 2012, at 2:45 PM, Joe Attardi wrote: > What's the point of sending email to an invalid address? :) > > On Tue, Mar 27, 2012 at 2:22 PM, Eric Fetzer wrote: > All, > > I'm having the mail task fail if the tolist or cclist have ANY inval

Mail Task

2012-03-27 Thread Eric Fetzer
All,   I'm having the mail task fail if the tolist or cclist have ANY invalid addresses.   [mail] Sending email: My Subject [mail] Failed to send email: Invalid Addresses   I'm running 1.7.0 and here's the code:      Thi

RE: Mail task on Target failure

2011-08-05 Thread Martin Gainty
mporte quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucu

Re: Mail task on Target failure

2011-08-05 Thread Laura Dean
s so it > will > >> not proceed to mail target which is the last one to perform on > completion > >> of > >> all. How can I use mail target to send mail on any target failure? > >> > &g

Re: Mail task on Target failure

2011-08-05 Thread glenn opdycke-hansen
ceed to mail target which is the last one to perform on completion >> of >> all. How can I use mail target to send mail on any target failure? >> >> Any hints? >> >> -Vinodh Kumar >> >> -- >> View this message in contex

Re: Mail task on Target failure

2011-08-05 Thread Laura Dean
ail target to send mail on any target failure? > > Any hints? > > -Vinodh Kumar > > -- > View this message in context: > http://ant.1045680.n5.nabble.com/Mail-task-on-Target-failure-tp4669046p4669046.html > Sent from the Ant - Users mailing list archive at Nabble.com. > &

RE: Mail task on Target failure

2011-08-05 Thread Adam Bruss
: Friday, August 05, 2011 4:02 AM To: user@ant.apache.org Subject: Mail task on Target failure Hi, I have ant project where there is set of targets. After successful completion of all targets I call mail target at the end to send a mail with attached logs with message build successful. Now, my

Re: Mail task on Target failure

2011-08-05 Thread Stefan Bodewig
On 2011-08-05, vino_hymi wrote: > I have ant project where there is set of targets. After successful > completion of all targets I call mail target at the end to send a mail with > attached logs with message build successful. > Now, my challenge is if one of the target fails then build exits so i

Re: Mail task on Target failure

2011-08-05 Thread Parag Doke
-Vinodh Kumar > > -- > View this message in context: > http://ant.1045680.n5.nabble.com/Mail-task-on-Target-failure-tp4669046p4669046.html > Sent from the Ant - Users mailing list archive at Nabble.com. > >

Re: Mail task on Target failure

2011-08-05 Thread Vimil Saju
Use the trycatch task from ant-contrib From: vino_hymi To: user@ant.apache.org Sent: Friday, August 5, 2011 2:02 AM Subject: Mail task on Target failure Hi, I have ant project where there is set of targets. After successful completion of all targets I call

Mail task on Target failure

2011-08-05 Thread vino_hymi
which is the last one to perform on completion of all. How can I use mail target to send mail on any target failure? Any hints? -Vinodh Kumar -- View this message in context: http://ant.1045680.n5.nabble.com/Mail-task-on-Target-failure-tp4669046p4669046.html Sent from the Ant - Users mailing list

Re: mail task and mapi

2011-04-14 Thread Kolasinski Piotr
ze by standard mail mechanism. Regards Piotr W dniu 14.04.2011 20:59, Mario Madunic pisze: > Hi, > > I would like to use the mail task to send an email once the build is done but > have been informed by the powers that be in our IT dept the following: > > "Our mail

mail task and mapi

2011-04-14 Thread Mario Madunic
Hi, I would like to use the mail task to send an email once the build is done but have been informed by the powers that be in our IT dept the following: "Our mail servers are secured to allow authorized mail server transmission only. Can ANT send through MAPI?" Is this possible and

Re: Mail task with mail.jar & activation.jar out of lib folder

2011-01-28 Thread Michael Ludwig
Michael Ludwig schrieb am 20.01.2011 um 02:30 (+0100): > What is special about JavaMail, JAF (Activation) and JDBC drivers that > they cannot be loaded by any other classloader? Just linking this to a thread I started on Tomcat-User (which did not, however, clarify the issue for me): mail.jar, a

Re: Mail task with mail.jar & activation.jar out of lib folder

2011-01-20 Thread Patrick Martin
Thank you all for your feedback, it's much clearer now. Patrick On Thu, Jan 20, 2011 at 6:30 AM, Antoine Levy-Lambert wrote: > On 1/19/11 9:46 PM, Michael Ludwig wrote: >> But I still haven't understood the underlying issue. What's so special about >> mail.jar that it needs special treatment? >

Re: Mail task with mail.jar & activation.jar out of lib folder

2011-01-19 Thread Antoine Levy-Lambert
On 1/19/11 9:46 PM, Michael Ludwig wrote: > But I still haven't understood the underlying issue. What's so special about > mail.jar that it needs special treatment? It *could* be that instead of just using the classloader of mail.jar ... to look for other classes of mail.jar or activation.jar it wa

Re: Mail task with mail.jar & activation.jar out of lib folder

2011-01-19 Thread Michael Ludwig
Michael Ludwig schrieb am 19.01.2011 um 13:51 (+0100): > Patrick Martin schrieb am 19.01.2011 um 10:31 (+0100): > > D:\tmp\build.xml:7: taskdef A class needed by class > > org.apache.tools.ant.taskdefs.email.MimeMailer cannot be found: > > javax/mail/MessagingException > > using the classloader A

Re: Mail task with mail.jar & activation.jar out of lib folder

2011-01-19 Thread Michael Ludwig
Antoine Levy-Lambert schrieb am 19.01.2011 um 18:51 (-0500): > Adding for clarity that the reason why the classloader task helps in > this case is that mail.jar and activation.jar contain factory classes > which cannot be loaded from the loader of the mail task directly if >

Re: Mail task with mail.jar & activation.jar out of lib folder

2011-01-19 Thread Antoine Levy-Lambert
Adding for clarity that the reason why the classloader task helps in this case is that mail.jar and activation.jar contain factory classes which cannot be loaded from the loader of the mail task directly if mail.jar and activation.jar were not in $ANT_HOME/lib or another directory picked up at

Re: Mail task with mail.jar & activation.jar out of lib folder

2011-01-19 Thread Peter Reilly
defs.ClassloaderTask"> > > > > > > > > > > > > here is the snippet of my ivy.xml with the dependencies > > > > conf="classloadertask->default"> > > > > so you do not need to redefine the mail task but put artificially &g

Re: Mail task with mail.jar & activation.jar out of lib folder

2011-01-19 Thread Antoine Levy-Lambert
Hello Patrick, it is possible to do this using the classloader task of jtools classname="org.apache.tools.ant.taskdefs.ClassloaderTask"> here is the snippet of my ivy.xml with the dependencies conf="classloadertask->default"> so you do not need

Re: Mail task with mail.jar & activation.jar out of lib folder

2011-01-19 Thread Michael Ludwig
Patrick Martin schrieb am 19.01.2011 um 10:31 (+0100): > > Is it possible to use the task without having activation.jar > and mail.jar in the ant lib folder? Well, ant-javamail.jar depends on classes from mail.jar, so that one is required. Not sure about activation.jar, though. That one will lik

Re: Mail task with mail.jar & activation.jar out of lib folder

2011-01-19 Thread Patrick Martin
llo, > > Is it possible to use the task without having activation.jar > and mail.jar in the ant lib folder? > > I tried to redefine the mail task this way: > > classname="org.apache.tools.

Mail task with mail.jar & activation.jar out of lib folder

2011-01-19 Thread Patrick Martin
Hello, Is it possible to use the task without having activation.jar and mail.jar in the ant lib folder? I tried to redefine the mail task this way: But it did not work. I keep on getting the following error: D:\tmp

Re: Does mail task work on Eclipse on Mac OSX 10.6?

2009-09-11 Thread Chris Kimball
ion as jarbundler-1.9 as a Global entry, yet the error response is that ant can't find a class (LineInputStream) contained in it. By unZipping mail.jar, I find com/sun/mail/util/LineInputStream where it should be. In fairness, the mail task wasn't working under MacOSX 10.5, either. It

Re: Does mail task work on Eclipse on Mac OSX 10.6?

2009-09-11 Thread Damjan Perenic
On Fri, Sep 11, 2009 at 8:06 PM, Rebhan, Gilbert wrote: > > -Original Message- > From: Damjan Perenic [mailto:bage...@gmail.com] > Sent: Friday, September 11, 2009 2:00 PM > To: Ant Users List > Subject: Re: Does mail task work on Eclipse on Mac OSX 10.6? > > /* &g

RE: Does mail task work on Eclipse on Mac OSX 10.6?

2009-09-11 Thread Rebhan, Gilbert
-Original Message- From: Damjan Perenic [mailto:bage...@gmail.com] Sent: Friday, September 11, 2009 2:00 PM To: Ant Users List Subject: Re: Does mail task work on Eclipse on Mac OSX 10.6? /* I haven't tried Mac OS X 10.6 yet, but this is an issue also under Leopard. Built-in ant

Re: Does mail task work on Eclipse on Mac OSX 10.6?

2009-09-11 Thread Damjan Perenic
On Fri, Sep 11, 2009 at 9:30 AM, Chris Kimball wrote: > > > At this point, I've done the following: > > 1. Installed Eclipse 3.5.  It does have ant 1.7.1, an improvement. > > 2. Inserted the jars activation.jar (jaf-1.0.2) mail, smtp, and pop > (javamail-1.42.) as Global Entries under the Preferen

Re: Does mail task work on Eclipse on Mac OSX 10.6?

2009-09-10 Thread Chris Kimball
64 bit stuff. Will be away until Monday. Thanks for all the detailed assistance! Chris Kimball -- View this message in context: http://www.nabble.com/Does-mail-task-work-on-Eclipse-on-Mac-OSX-10.6--tp25383764p25393635.html Sent from the Ant - Users mailing list a

Re: Does mail task work on Eclipse on Mac OSX 10.6?

2009-09-10 Thread Gilbert Rebhan
Gilbert Rebhan schrieb: > > Maybe there are problems on MacOS X - i've read from issues with > java and MacOS X - , i wish i had an Apple around > to test it, but .. P.S.: might be a problem with Ant 1.7.0 too, never used that version. If using an Eclipse Version that ships with Ant < 1.7.1 just

Re: Does mail task work on Eclipse on Mac OSX 10.6?

2009-09-10 Thread Gilbert Rebhan
Chris Kimball schrieb: [..] > Does this script run [...] > - > > MailTest.xml ANT_HOME: ${ant.home} > > > ---

RE: Does mail task work on Eclipse on Mac OSX 10.6?

2009-09-10 Thread Chris Kimball
on your machine? (At least without the "initialization error".) Thanks, Chris Rebhan, Gilbert wrote: > > > > -Original Message- > From: Rebhan, Gilbert > Sent: Thursday, September 10, 2009 5:06 PM > To: 'Ant Users List' > Subje

RE: Does mail task work on Eclipse on Mac OSX 10.6?

2009-09-10 Thread Rebhan, Gilbert
-Original Message- From: Rebhan, Gilbert Sent: Thursday, September 10, 2009 5:06 PM To: 'Ant Users List' Subject: RE: Does mail task work on Eclipse on Mac OSX 10.6? /* you need mail.jar, activation.jar,smtp.jar and ant-javamail.jar but that is already in $ANT_HOME/lib, mayb

RE: Does mail task work on Eclipse on Mac OSX 10.6?

2009-09-10 Thread Rebhan, Gilbert
-Original Message- From: Chris Kimball [mailto:m...@cvkimball.com] Sent: Thursday, September 10, 2009 4:45 PM To: user@ant.apache.org Subject: RE: Does mail task work on Eclipse on Mac OSX 10.6? /* mail.jar and smtp.jar are from the javamail-1.4.2.zip distribution. Just to check

RE: Does mail task work on Eclipse on Mac OSX 10.6?

2009-09-10 Thread Chris Kimball
help you could provide. Chris Kimball Rebhan, Gilbert wrote: > > > > > > -Original Message- > From: Chris Kimball [mailto:m...@cvkimball.com] > Sent: Thursday, September 10, 2009 3:58 PM > To: user@ant.apache.org > Subject: Does mail task work on Ecl

RE: Does mail task work on Eclipse on Mac OSX 10.6?

2009-09-10 Thread Rebhan, Gilbert
-Original Message- From: Chris Kimball [mailto:m...@cvkimball.com] Sent: Thursday, September 10, 2009 3:58 PM To: user@ant.apache.org Subject: Does mail task work on Eclipse on Mac OSX 10.6? /* With best efforts, can't get the ant 1.7.0 mail task to run under Eclipse on Mac

Does mail task work on Eclipse on Mac OSX 10.6?

2009-09-10 Thread Chris Kimball
With best efforts, can't get the ant 1.7.0 mail task to run under Eclipse on Mac 10.6. Test message. produces, in verbose mode, main: [antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be

Mail task

2009-08-30 Thread Chris Kimball
I'm having a problem getting the mail task to run in Eclipse. The ANT_HOME is set to apache-ant-1.7.1 and I've inserted x jars, activation.jar (from jaf-1.0.2) and mail.jar, dsn.jar, imap.jar, mailapi.jar, pop3.jar, and smtp.jar (from javamail-1.4.2) into the lib directory.

Re: mail task does not work under ant 1.7.+

2009-06-11 Thread Michael Ludwig
Laurent Perez schrieb am 10.06.2009 um 12:22:43 (+0200): > > When using encoding=mime, the mail task fails under ant 1.7.0, 1.7.1, > under jdk5 or jdk6. It works under ant 1.6.5. It does not fail under Ant 1.7. Just leave mail/@encoding at the default of "auto", there is no ne

mail task does not work under ant 1.7.+

2009-06-10 Thread Laurent Perez
Hi When using encoding=mime, the mail task fails under ant 1.7.0, 1.7.1, under jdk5 or jdk6. It works under ant 1.6.5. The message is : java.lang.NoSuchFieldError: headers at org.apache.tools.ant.taskdefs.email.MimeMailer.send(MimeMailer.java:206) I am using the latest mail and activation jars

Re: Problem with mail task

2008-08-13 Thread Reeganz
: >> >> I have a fairly trivial 'mail' task in my Ant script that is giving me >> this >> output: >> [mail] Failed to initialise MIME mail: javax/mail/MessagingException >> >> [mail] Sending email: Update ZoneEdit Password >> >> [mail]

AW: Mail Task

2008-01-16 Thread Knuplesch , Jürgen
-70178 Stuttgart Fax. +49 711 806098-299 Geschäftsführer: Uwe Seltmann HRB Stuttgart 17655 USt-IdNr.: DE 811944121 -Ursprüngliche Nachricht- Von: raos [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 11. Januar 2008 15:50 An: user@ant.apache.org Betreff: Re: Mail Task

Re: Mail Task

2008-01-11 Thread raos
Please check for activate.jar, mail.jar files in your ANT_HOME/lib directory. Knuplesch, Jürgen wrote: > > When I run the mail task I often get this Errormessage: > > mailtest: > [mail] Failed to initialise MIME mail: javax/mail/MessagingException > [mail] Sendi

RE: Mail Task

2008-01-11 Thread Toomey, Kevin H (ATS, IT)
plain text, adding encoding="plain" to my task cleared up the issue. Hope that helps. Thanks, Kevin -Original Message- From: Knuplesch, Jürgen [mailto:[EMAIL PROTECTED] Sent: Friday, January 11, 2008 8:03 AM To: user@ant.apache.org Subject: Mail Task When I run the mail t

Mail Task

2008-01-11 Thread Knuplesch , Jürgen
When I run the mail task I often get this Errormessage: mailtest: [mail] Failed to initialise MIME mail: javax/mail/MessagingException [mail] Sending email: Mailtest [mail] Failed to send email BUILD FAILED C:\DopeBuildBase\Build\DopeBuildServer\dopebuild_ant.xml:2973: IO error

RE: mail task failure

2007-08-17 Thread Erica A Ramsey
t: Re: mail task failure Erica A Ramsey wrote: > hi, i am trying to mail file via ant. I wrote a simple test and it hangs. > here it is. > > > > > value="[EMAIL PROTECTED]"/> > > value="[EMAIL PROTECTED]" /> &g

Re: mail task failure

2007-08-17 Thread Steve Loughran
Erica A Ramsey wrote: hi, i am trying to mail file via ant. I wrote a simple test and it hangs. here it is. Latest binaries for ${application.name} version ${version} always loo

Re: mail task failure

2007-08-16 Thread Qazwart
I bet you're missing a JAR file. I had the same problem with the task. Take a look at this page: and search for the word "mail.jar". You'll notice that the is dependent upon this jar file, and it is not installed by default.

mail task failure

2007-08-16 Thread Erica A Ramsey
hi, i am trying to mail file via ant. I wrote a simple test and it hangs. here it is. Latest binaries for ${application.name} version ${version} OS: Windows XP SP2 Ant version: Apach

Re: ANT auto-emailing of reports, mail task

2007-07-05 Thread Tommy Nordgren
think this subject would benefit from a large group of TestNG users here, as automated tests suggested by TestNG take all its advantage and sense with automating the emailing process. To start with, here is the Apache ANT documenation on the Mail task. It seems that mail also supports SSL secure

ANT auto-emailing of reports, mail task

2007-07-05 Thread Hankel
TestNG take all its advantage and sense with automating the emailing process. To start with, here is the Apache ANT documenation on the Mail task. It seems that mail also supports SSL secure protocol, so that's fine for the vast majority of mail service providers. http://ant.apache.org/manual/Core

Re: Mail task with Exchange Server

2007-07-04 Thread Steve Loughran
sjscabert wrote: So just to confirm, my mail task would have 25 as the mailport and the name of the Exchange server (as specified in Outlook, for instance)? Thanks again, Shawn 1. 25 is the default port of SMTP; if your exchange server runs SMTP you get it for free 2. if mail.jar and

RE: Mail task with Exchange Server

2007-07-03 Thread Priest, James (NIH/NIEHS) [C]
> -Original Message- > From: sjscabert [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 03, 2007 9:31 AM > To: user@ant.apache.org > Subject: RE: Mail task with Exchange Server > > > So just to confirm, my mail task would have 25 as the > mailport and the na

RE: Mail task with Exchange Server

2007-07-03 Thread sjscabert
So just to confirm, my mail task would have 25 as the mailport and the name of the Exchange server (as specified in Outlook, for instance)? Thanks again, Shawn James Oltmans wrote: > > Yes it is possible. Set your mailport to 25 and either make sure that > the sending computer

RE: Mail task with Exchange Server

2007-07-02 Thread James Oltmans
@ant.apache.org Subject: Mail task with Exchange Server Is it at all possible to send email via Exchange Server? I'm probably going to get answers like "Are you kidding?", but I thought I'd give it a try nonetheless. Thanks in advance, Shawn -- View this mess

Mail task with Exchange Server

2007-07-02 Thread sjscabert
Is it at all possible to send email via Exchange Server? I'm probably going to get answers like "Are you kidding?", but I thought I'd give it a try nonetheless. Thanks in advance, Shawn -- View this message in context: http://www.nabble.com/Mail-task-with-Exchange-S

Re: Mail Task: HTML Body content

2007-04-23 Thread Denis Bessmertnyj
ge - From: "Martin Gainty" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Monday, April 23, 2007 7:03 PM Subject: Re: Mail Task: HTML Body content Hello Denis- what happens when you send the mail specifying messageMimeType e.g. addressed. If you have received

Re: Mail Task: HTML Body content

2007-04-23 Thread Martin Gainty
Hello Denis- what happens when you send the mail specifying messageMimeType e.g. - Original Message - From: "Denis Bessmertnyj" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Monday, April 23, 2007 11:54 AM Subject: Mail Task: HTML Body content I need to s

Mail Task: HTML Body content

2007-04-23 Thread Denis Bessmertnyj
I need to send e-mail with html junit report content in body. I use the next but this approach doesn't work. It just shows me html as plain text and doesn't render it. --- Denis Bessmertnyj, GUI SoftWeb - To unsubscribe,

RE: mail task

2007-03-13 Thread Alexander Fischuk
port.send(msg); } catch (MessagingException e) { throw new BuildException("Problem while sending mime mail:", e); } catch (IOException e) { throw new BuildException("Problem while sending mime mail:", e); } } Code snippet END

RE: mail task

2007-03-13 Thread Alexander Fischuk
port.send(msg); } catch (MessagingException e) { throw new BuildException("Problem while sending mime mail:", e); } catch (IOException e) { throw new BuildException("Problem while sending mime mail:", e); } } Code snippet END ---

Re: mail task

2007-03-13 Thread Steve Loughran
Alexander Fischuk wrote: Hi, In my network setup ant email task does not work properly. When I try to send email it gives me an error message something like "550 EHLO command requires valid address..." The origins of the error are in MimeMailer and javamail This class does not take into acco

mail task

2007-03-13 Thread Alexander Fischuk
Hi, In my network setup ant email task does not work properly. When I try to send email it gives me an error message something like "550 EHLO command requires valid address..." The origins of the error are in MimeMailer and javamail This class does not take into account the property "mail.smtp.

Re: Mail task failure

2006-07-13 Thread Steve Loughran
eagerbeaver wrote: Thanks for your response. According to the documentation, the only library dependencies the Mail task requires are mail.jar and activation.jar. The latest versions of these are in my $ANT_HOME$/lib. There is nothing to say that library dependencies have changed since Ant

RE: Mail task failure

2006-07-13 Thread eagerbeaver
Thanks for your response. According to the documentation, the only library dependencies the Mail task requires are mail.jar and activation.jar. The latest versions of these are in my $ANT_HOME$/lib. There is nothing to say that library dependencies have changed since Ant v1.6.2. I am still at a

RE: Mail task failure

2006-07-12 Thread Anderson, Rob (Global Trade)
Wednesday, July 12, 2006 8:48 AM > To: user@ant.apache.org > Subject: Mail task failure > > > The task in my nightly build script keeps failing with > the error "Failed to initialise MIME mail: > javax.mail.Address". This only started happening when I > starte

Mail task failure

2006-07-12 Thread eagerbeaver
ME/lib. So why do I get this error and only with Ant v1.6.5? What has changed? Here is the task in question: Please find attached ZIP containing the full console output and the results of the unit tests. -- View this message in context: http://www.nabble.com/Mail-task-failure-tf1931716.htm

mail task formating..

2006-07-03 Thread prashanth . l
Hi, >From build.xml, I hve automated if the build fails, mail will be sent automatically. Is there any way I can make my mails formated & colourful with images.. With regards / Prashanth This e-Mail may contain proprietary and confidential information and is sent for the intended recipient(s)

RE: mail task getting Unknown SMTP host

2006-04-10 Thread Brian McCallion
Hi Dwayne, Glad to hear the goods news! Thanks for the note. Best Regards, Brian -Original Message- From: Dwayne Walker [mailto:[EMAIL PROTECTED] Sent: Monday, April 10, 2006 1:16 PM To: Ant Users List; [EMAIL PROTECTED] Subject: Re: mail task getting Unknown SMTP host Oh, thanks

Re: mail task getting Unknown SMTP host

2006-04-10 Thread Dwayne Walker
ttp://www.bronzedrum.com > [EMAIL PROTECTED] > > -Original Message- > From: Dwayne Walker [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 04, 2006 10:40 AM > To: user@ant.apache.org > Subject: mail task getting Unknown SMTP host > > I am having a problem usin

RE: mail task getting Unknown SMTP host

2006-04-06 Thread Brian McCallion
[EMAIL PROTECTED] -Original Message- From: Dwayne Walker [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 04, 2006 10:40 AM To: user@ant.apache.org Subject: mail task getting Unknown SMTP host I am having a problem using this all of the sudden. I was going to search the list but I can&#

mail task getting Unknown SMTP host

2006-04-04 Thread Dwayne Walker
I am having a problem using this all of the sudden. I was going to search the list but I can't find a way to search the archive. Does anyone know how to do that? in lew of that, I am getting the folowing error. I can Ping that host and I have confirmed that the username and password I am passing

Re: Problem with mail task

2006-01-07 Thread Rhino
- Original Message - From: "Petar Tahchiev" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Saturday, January 07, 2006 7:22 AM Subject: Re: Problem with mail task On 07/01/06, Rhino <[EMAIL PROTECTED]> wrote: I have a fairly trivial 'mail

Re: Problem with mail task

2006-01-07 Thread Petar Tahchiev
On 07/01/06, Rhino <[EMAIL PROTECTED]> wrote: > > I have a fairly trivial 'mail' task in my Ant script that is giving me > this > output: > [mail] Failed to initialise MIME mail: javax/mail/MessagingException > > [mail] Sending email: Update ZoneEdit

Problem with mail task

2006-01-06 Thread Rhino
I have a fairly trivial 'mail' task in my Ant script that is giving me this output: [mail] Failed to initialise MIME mail: javax/mail/MessagingException [mail] Sending email: Update ZoneEdit Password [mail] Sent email with 0 attachments Even though the email was sent and receiv

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, 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

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

2006-01-03 Thread Ivan Ivanov
> -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 to > attach html

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

2006-01-03 Thread Alexey N. Solofnenko
f 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' ta

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 &

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

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. Build failed due

1.6.3: mail task hangs with eclipse M7

2005-05-20 Thread Marc Dzaebel
The last thing I see is Sending email: Then the process hangs forever and no error message appears. Is there a way to figure out what's actually going wrong? (The mail-task works on other systems with M7) Thanks, Marc ---

RE: Ant's mail task

2005-03-18 Thread ArchitP
t: RE: Ant's mail task Archit, If you are running a flavor of UNIX, make sure your /etc/hosts file reflects the correct IP for your local system. I had the same issue and that fixed it for me. -Rich -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday

RE: Ant's mail task

2005-03-18 Thread Rich Harris
To: user@ant.apache.org Subject: RE: Ant's mail task Hi Antoine, I tried the SetProxy task but it didn't help. The task still fails and gives me the following error [mail] Failed to initialise MIME mail: javax/mail/MessagingException [mail] Sending email: "" Does that mea

RE: Ant's mail task

2005-03-17 Thread ArchitP
ne Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 11:44 AM To: Ant Users List Subject: Re: Ant's mail task Hello, there is a SetProxy task in the ant optional tasks. Unfortunately, a glimpse in the code suggests that it might not work for mail. the task is able to

Re: Ant's mail task

2005-03-17 Thread Antoine Levy-Lambert
, I am using ant's mail task behind a proxy server but the task fails. I tried userid and password but that doesn't help. Can anyone help me? Archit CEG, Tech Cell, PUNE Mastek Ltd. "Only two things are infinite, the Universe and human stupidity and I'm not s

Ant's mail task

2005-03-17 Thread ArchitP
Hi, I am using ant's mail task behind a proxy server but the task fails. I tried userid and password but that doesn't help. Can anyone help me? Archit CEG, Tech Cell, PUNE Mastek Ltd. "Only two things are infinite, the Universe and human stupidity and I'm not s

RE: Mail task error

2004-11-09 Thread Ivan Ivanov
l requires JAF > > Regards, Gilbert > > > > -Original Message- > From: Ivan Ivanov > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 09, 2004 10:47 AM > To: Ant Users List > Subject: Re: Mail task error > > > Hi, > > accoriding to [

RE: Mail task error

2004-11-09 Thread Rebhan, Gilbert
Users List Subject: Re: Mail task error Hi, accoriding to [1] mail task with mime type requires mail.jar in Ant classpath, i.e. place mail.jar in $ant.home/lib, or $user.home/.ant/lib [1]http://ant.apache.org/manual/install.html#librarydependencies --- "Rebhan, Gilbert" <[EM

Re: Mail task error

2004-11-09 Thread Ivan Ivanov
Hi, accoriding to [1] mail task with mime type requires mail.jar in Ant classpath, i.e. place mail.jar in $ant.home/lib, or $user.home/.ant/lib [1]http://ant.apache.org/manual/install.html#librarydependencies --- "Rebhan, Gilbert" <[EMAIL PROTECTED]> wrote: > > Hi, >

Mail task error

2004-11-09 Thread Rebhan, Gilbert
Hi, when sending an email via ---snipp--- ---snipp--- i get an error = Failed to initialise MIME mail Failed to send email The email is sent nevertheless ?! How to get rid of that error ? Regards, Gilbert - To

Re: Question about Mail task

2004-10-19 Thread Ivan Ivanov
]> wrote: > Rhino > copy both mail.jar and activation.jar to > %ANT_HOME%\lib > retry task > Martin > - Original Message - > From: Rhino > To: ant-user > Sent: Tuesday, October 19, 2004 12:07 AM > Subject: Question about Mail task > > &g

  1   2   >