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 server, or change the account I use for building to one that already has permissions to connect to the SMTP server.
 

Thanks,
Melissa

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Lemes
Sent: Tuesday, June 20, 2006 3:28 PM
To: NAnt-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Mail task smtp authentication?

Hello there,

The supid .Net Framework 1.1 don't support this by default... I found the same error in Draco.Net (which one I patched but I don't know where to send the patch).

I can make a patch to NAnt task, or another new task that supports it. Where I can send patches to NAnt?


[]'s

Eric Lemes

On 6/20/06, Paul Rempel <[EMAIL PROTECTED]> wrote:
To answer by own question, after going through the
NAnt.Core.Tasks.MailTask source file, it appears that it doesn't support
authentication.

Hasn't anyone found this to be a problem for them??????

It looks like it would be really easy to add this feature according to
the sample code on this MSDN article.

http://support.microsoft.com/default.aspx?scid=kb;en-us;555287

I will be making the necessary changes to nant, but I was wondering
where I could submit it for potential inclusion in the official code
base?

-Paul




-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[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 <mail> task???

-Paul


_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to