Hi All,
I have been using the mail task for all this while, but i have found the
mail logger which can do the similar task. But after implementation i have
found out that the mail logger sends the log as an inline text, but not as
an attachment. I did try out the attachment feature but it gives an
Gert
> -Original Message-
> From: Michael Jervis [mailto:[EMAIL PROTECTED]
> Sent: dinsdag 28 november 2006 17:39
> To: Gert Driesen
> Subject: Re: [NAnt-users] Mail Logger
>
> > The conditional compilation directive (#if NET_1_1) was fine, it was
> a bug
> > in the
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nant-users-
> [EMAIL PROTECTED] On Behalf Of Michael Jervis
> Sent: dinsdag 28 november 2006 17:16
> To: nant-users@lists.sourceforge.net
> Subject: Re: [NAnt-users] Mail Logger
>
> Also, you mus
Also, you must set sendusing to 2 for authentication to work at all,
and the if clause for the smtpPassword is reversed.
My current hacked version is lacking the faulty #if's, but at least
sends email...:
string smtpUsername = GetPropertyValue(properties, "smtp.username",
null, false);
Ask a stupid question, find an answer...
#if (NET_1_1)
mailMessage.Fields[cdoNamespaceURI +
"smtpauthenticate"] = 1;
mailMessage.Fields[cdoNamespaceURI +
"sendusername"] = smtpUsername;
#else
Console.Error.WriteLine("[MailLogger]
MailLogg
Hi,
I'm trying to get NAnt running for a nightly build at work.
I've just downloaded 0.85 source, and compiled it myself, I've ended up with
C:\Temp\nant-0.85-src\nant-0.85\build\net-2.0.win32\nant-0.85-debug\bin
Which suggests to me that I've built it using .NET 2.0. It produced this too:
C:\T
Title: Mail Logger...
Is there a way for the MailLogger to send on a port other than the default port 25?
BOb
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Merrill Cornish
> Sent: vrijdag 27 mei 2005 21:02
> To: Evan Levy; Gert Driesen; Paul Cowan;
> nant-users@lists.sourceforge.net
> Subject: RE: [Nant-users] Mail Logger
&
iesen; Paul
Cowan; nant-users@lists.sourceforge.netSubject: RE: [Nant-users] Mail
Logger
... and setting files on the command line is not
necessary in my case.
And thanks for the quick
response!
e
From: Evan Levy Sent: May 27, 2005
2:40 PMTo: 'Gert Driesen
Evan,
>>> there might be a need to attach one file on success, and another on failure,
>>> but I'm not sure what that would be.
One common usage would be to attach files on failure to help diagnois the
failure, but not attach anything on success.
Merrill
--
... and setting files on the command line is not
necessary in my case.
And thanks for the quick response!
e
From: Evan Levy Sent: May 27, 2005
2:40 PMTo: 'Gert Driesen'; 'Paul Cowan';
nant-users@lists.sourceforge.netSubject: RE: [Nant-users] Mail
Logger
In my case
2005 2:34
PMTo: Evan Levy; 'Paul Cowan';
nant-users@lists.sourceforge.netSubject: RE: [Nant-users] Mail
Logger
Hi Paul, Evan,
We could add a MailLogger.attachments property that takes
an identifier of a defined fileset.
You could then have something like this
-users@lists.sourceforge.netSubject: RE: [Nant-users] Mail
Logger
I'm also looking for this feature. I would like to
attach the results of FxCop.
Perhaps someone could take a stab at a
MailLogger.attachfiles property?
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROT
users@lists.sourceforge.netSubject: [Nant-users] Mail
Logger
Hi all,
Is it possible to send attachments using the
MailLogger? I have the following defined:
I then run the script like:
nant
-buildfile:my_buildfile.build -logger:NAnt.Core.MailLogger
-l:my_build_lo
Hi all,
Is it possible to send attachments using the MailLogger? I have the
following defined:
I then run the script like:
nant
-buildfile:my_buildfile.build -logger:NAnt.Core.MailLogger -l:my_build_log.log
I
have an NUnit
15 matches
Mail list logo