Re: [NAnt-users] Mail Task and Property Expansion

2006-12-17 Thread Gary Feldman
SPEAR, Adrian, GBM wrote: > I recently extended the source for the Mail task to allow property > expansion in files used to construct the body of the mail message - I > think this would make for a good feature addition to the Mail task. > At a minimum, there needs to be a way to control whether o

[NAnt-users] Mail Task and Property Expansion

2006-12-15 Thread SPEAR, Adrian, GBM
I recently extended the source for the Mail task to allow property expansion in files used to construct the body of the mail message - I think this would make for a good feature addition to the Mail task. e.g. solution.compile.build.failure.emailmessage file

Re: [NAnt-users] Mail task smtp authentication?

2006-06-21 Thread si
> But the bottom line is our SMTP server requires authentication. Nant > doesn't support that by default, Didn't Gert implement this just before RC4? http://nant.sourceforge.net/release/latest/help/fundamentals/listeners.html#MailLogger Note that I don't believe it's implemented in the task, o

Re: [NAnt-users] Mail task smtp authentication?

2006-06-20 Thread Paul Rempel
To: Eric Lemes; NAnt-users@lists.sourceforge.net Subject: Re: [NAnt-users] Mail task smtp authentication?   I don't want credentials in my scripts, or ending up in my build logs, so I think this is fine.   I would get my IT to give my nant build account permissions on the SMTP serve

Re: [NAnt-users] Mail task smtp authentication?

2006-06-20 Thread Eric Lemes
g to one that already has permissions to connect to the SMTP server.   Thanks, Melissa   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Eric LemesSent: Tuesday, June 20, 2006 3:28 PMTo: NAnt-users@lists.sourceforge.netSubject: Re: [NAnt-users] Mail task smtp authentication?

Re: [NAnt-users] Mail task smtp authentication?

2006-06-20 Thread Melissa Kacher
erver.   Thanks, Melissa   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric LemesSent: Tuesday, June 20, 2006 3:28 PMTo: NAnt-users@lists.sourceforge.netSubject: Re: [NAnt-users] Mail task smtp authentication? Hello there,The supid .Net Framework 1.1 don't support this by de

Re: [NAnt-users] Mail task smtp authentication?

2006-06-20 Thread Eric Lemes
iginal Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of PaulRempelSent: Tuesday, June 20, 2006 12:10 PMTo: NAnt-users@lists.sourceforge.netSubject: [NAnt-users] Mail task smtp authentication?Is there a way to specify a username and password to an SMTP server

Re: [NAnt-users] Mail task smtp authentication?

2006-06-20 Thread Paul Rempel
lto:[EMAIL PROTECTED] On Behalf Of Paul Rempel Sent: Tuesday, June 20, 2006 12:10 PM To: NAnt-users@lists.sourceforge.net Subject: [NAnt-users] Mail task smtp authentication? Is there a way to specify a username and password to an SMTP server when sending mail with the task

[NAnt-users] Mail task smtp authentication?

2006-06-20 Thread Paul Rempel
Is there a way to specify a username and password to an SMTP server when sending mail with the task??? -Paul ___ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users

RE: [NAnt-users] mail task with a proxy server

2006-05-16 Thread Tony.Bjerstedt
.systemwebmail.com/faq/4.2.3.aspx useful in tracking down this problem.   -Tony From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul RempelSent: Monday, May 15, 2006 8:36 PMTo: nant-users@lists.sourceforge.netSubject: [NAnt-users] mail task with a proxy server Hi,   I’ve

RE: [NAnt-users] mail task with a proxy server

2006-05-16 Thread Paul Rempel
OTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 12:14 PM To: Paul Rempel; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] mail task with a proxy server   This is probably not an NANT issue as there are a whole reange of errors associated with the message "

RE: [NAnt-users] mail task with a proxy server

2006-05-16 Thread Paul Rempel
nant-users@lists.sourceforge.net Subject: [NAnt-users] mail task with a proxy server   Hi,   I’ve been using a nant script that mails out success and failure reports for some time now.  We recently started using a proxy server in our office and that stopped the mailing part of the nant script

[NAnt-users] mail task with a proxy server

2006-05-15 Thread Paul Rempel
Title: task - Fails on VC++ project (vcproj) Hi,   I’ve been using a nant script that mails out success and failure reports for some time now.  We recently started using a proxy server in our office and that stopped the mailing part of the nant script from working.  This is the error:

Re: [NAnt-users] Mail-Task

2005-12-19 Thread Henning Eiben
On Mon, Dec 19, 2005 at 01:52:50PM - Bill Martin wrote: > Date: Mon, Dec 19, 2005 at 01:52:50PM - > From: Bill Martin <[EMAIL PROTECTED]> > To: To Henning Eiben > Subject: RE: [NAnt-users] Mail-Task > > Haven't tried it myself, but can you specify i

RE: [NAnt-users] Mail-Task

2005-12-19 Thread Bill Martin
[NAnt-users] Mail-Task Hi, I'm trying to send notification emails, whenever I did a new build using the mail-task in Nant. Unfortunatly I'm not using the standard SMTP-port 25 but 587. How can I get the mail-task in NAnt to use this port?

[NAnt-users] Mail-Task

2005-12-19 Thread Henning Eiben
Hi, I'm trying to send notification emails, whenever I did a new build using the mail-task in Nant. Unfortunatly I'm not using the standard SMTP-port 25 but 587. How can I get the mail-task in NAnt to use this port? --- This SF.net email is

RE: [Nant-users] Mail task error

2005-04-02 Thread Gert Driesen
: vrijdag 1 april 2005 19:06To: nant-users@lists.sourceforge.netSubject: [Nant-users] Mail task error Hi everyone, I am running CruiseControl into a Windows  2003 server and the mail task works properly. Now, on my Nant project I added a mail task to send when the build fails (I

[Nant-users] Mail task error

2005-04-01 Thread Ransel Lopez Mena
Title: Mail task error Hi everyone, I am running CruiseControl into a Windows  2003 server and the mail task works properly. Now, on my Nant project I added a mail task to send when the build fails (I didn't find the way to do it through CruiseControl). Well, the problem is when my build fa

[Nant-users] Mail Task with Attachment Not Working

2003-10-05 Thread arif mohammed
Hi , I was using the mail task with the attachement attribute set to the NANT log file which is specifed at command line while invoking NANT.The mail task works but doesn't send the attachment..Iam not sure if that is the expected behaviour as the attachment file iam specifying is the log

[Nant-users] mail task authentication attributes

2003-03-07 Thread Derek Puff
Hi, Are there by chance any plans to add attributes to the "mail" task (e.g., "login" and "password") that would allow use of an SMTP server that requires authentication? thanks, Derek --- This SF.net email is sponsored by: Etnus, makers of