Re: [NAnt-users] mail question

2011-06-16 Thread Chris Fouts
I am, but the lab machine I'm running the scripts, even though it's on the 
company network, is NOT on the company domain, so the logged-in user is just a 
local user, not a domain user.

-chris

From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov]
Sent: Thursday, June 16, 2011 12:00 PM
To: Chris Fouts
Subject: RE: mail question

I apologize, I was assuming you were using exchange.  Please disregard.


Brian Wilson
Department of Human Resources
Email: brian.wil...@dhr.alabama.govmailto:brian.wil...@dhr.alabama.gov


From: Wilson, Brian
Sent: Thursday, June 16, 2011 10:51 AM
To: 'Chris Fouts'
Subject: RE: mail question

I thought you just had to have SMTP enabled on the server.


Brian Wilson
Department of Human Resources
Email: brian.wil...@dhr.alabama.govmailto:brian.wil...@dhr.alabama.gov


From: Chris Fouts [mailto:chris.fo...@caemilusa.com]
Sent: Thursday, June 16, 2011 10:25 AM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] mail question

I want to test the mail target, but I need to provide a username/pw to our 
mail server and the mail target does not have provisions for this, at least 
not described here 
http://nant.sourceforge.net/release/0.85-rc2/help/tasks/mail.html. How do I 
send emails then?

-chris



***This e-mail message is intended only for the above named recipient(s)
and may contain information that is sensitive or proprietary. If you have
received this message in error or are not the named recipient(s), please
immediately notify the sender, delete this e-mail message without making
a copy and do not disclose or relay this e-mail message to anyone.***
--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


Re: [NAnt-users] mail question

2011-06-16 Thread Wilson, Brian
It appears the backing class for this task is System.Web.Mail.MailMessage, 
which does not accept credentials.


Brian Wilson
Department of Human Resources
Email: brian.wil...@dhr.alabama.govmailto:brian.wil...@dhr.alabama.gov


From: Chris Fouts [mailto:chris.fo...@caemilusa.com]
Sent: Thursday, June 16, 2011 11:03 AM
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] mail question

I am, but the lab machine I'm running the scripts, even though it's on the 
company network, is NOT on the company domain, so the logged-in user is just a 
local user, not a domain user.

-chris

From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov]
Sent: Thursday, June 16, 2011 12:00 PM
To: Chris Fouts
Subject: RE: mail question

I apologize, I was assuming you were using exchange.  Please disregard.


Brian Wilson
Department of Human Resources
Email: brian.wil...@dhr.alabama.govmailto:brian.wil...@dhr.alabama.gov


From: Wilson, Brian
Sent: Thursday, June 16, 2011 10:51 AM
To: 'Chris Fouts'
Subject: RE: mail question

I thought you just had to have SMTP enabled on the server.


Brian Wilson
Department of Human Resources
Email: brian.wil...@dhr.alabama.govmailto:brian.wil...@dhr.alabama.gov


From: Chris Fouts [mailto:chris.fo...@caemilusa.com]
Sent: Thursday, June 16, 2011 10:25 AM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] mail question

I want to test the mail target, but I need to provide a username/pw to our 
mail server and the mail target does not have provisions for this, at least 
not described here 
http://nant.sourceforge.net/release/0.85-rc2/help/tasks/mail.html. How do I 
send emails then?

-chris



***This e-mail message is intended only for the above named recipient(s)
and may contain information that is sensitive or proprietary. If you have
received this message in error or are not the named recipient(s), please
immediately notify the sender, delete this e-mail message without making
a copy and do not disclose or relay this e-mail message to anyone.***
--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


Re: [NAnt-users] mail question

2011-06-16 Thread Chris Fouts
Thanks for checking. I'll have to do it via CCNET then, since its publisher 
target accepts credentials.

-chris

From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov]
Sent: Thursday, June 16, 2011 1:03 PM
To: Chris Fouts; nant-users@lists.sourceforge.net
Subject: RE: mail question

It appears the backing class for this task is System.Web.Mail.MailMessage, 
which does not accept credentials.


Brian Wilson
Department of Human Resources
Email: brian.wil...@dhr.alabama.govmailto:brian.wil...@dhr.alabama.gov


From: Chris Fouts [mailto:chris.fo...@caemilusa.com]
Sent: Thursday, June 16, 2011 11:03 AM
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] mail question

I am, but the lab machine I'm running the scripts, even though it's on the 
company network, is NOT on the company domain, so the logged-in user is just a 
local user, not a domain user.

-chris

From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov]
Sent: Thursday, June 16, 2011 12:00 PM
To: Chris Fouts
Subject: RE: mail question

I apologize, I was assuming you were using exchange.  Please disregard.


Brian Wilson
Department of Human Resources
Email: brian.wil...@dhr.alabama.govmailto:brian.wil...@dhr.alabama.gov


From: Wilson, Brian
Sent: Thursday, June 16, 2011 10:51 AM
To: 'Chris Fouts'
Subject: RE: mail question

I thought you just had to have SMTP enabled on the server.


Brian Wilson
Department of Human Resources
Email: brian.wil...@dhr.alabama.govmailto:brian.wil...@dhr.alabama.gov


From: Chris Fouts [mailto:chris.fo...@caemilusa.com]
Sent: Thursday, June 16, 2011 10:25 AM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] mail question

I want to test the mail target, but I need to provide a username/pw to our 
mail server and the mail target does not have provisions for this, at least 
not described here 
http://nant.sourceforge.net/release/0.85-rc2/help/tasks/mail.html. How do I 
send emails then?

-chris



***This e-mail message is intended only for the above named recipient(s)
and may contain information that is sensitive or proprietary. If you have
received this message in error or are not the named recipient(s), please
immediately notify the sender, delete this e-mail message without making
a copy and do not disclose or relay this e-mail message to anyone.***
--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


Re: [NAnt-users] mail question

2011-06-16 Thread Wilson, Brian
You're welcome.


Brian Wilson
Department of Human Resources
Email: brian.wil...@dhr.alabama.govmailto:brian.wil...@dhr.alabama.gov


From: Chris Fouts [mailto:chris.fo...@caemilusa.com]
Sent: Thursday, June 16, 2011 12:05 PM
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] mail question

Thanks for checking. I'll have to do it via CCNET then, since its publisher 
target accepts credentials.

-chris

From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov]
Sent: Thursday, June 16, 2011 1:03 PM
To: Chris Fouts; nant-users@lists.sourceforge.net
Subject: RE: mail question

It appears the backing class for this task is System.Web.Mail.MailMessage, 
which does not accept credentials.


Brian Wilson
Department of Human Resources
Email: brian.wil...@dhr.alabama.govmailto:brian.wil...@dhr.alabama.gov


From: Chris Fouts [mailto:chris.fo...@caemilusa.com]
Sent: Thursday, June 16, 2011 11:03 AM
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] mail question

I am, but the lab machine I'm running the scripts, even though it's on the 
company network, is NOT on the company domain, so the logged-in user is just a 
local user, not a domain user.

-chris

From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov]
Sent: Thursday, June 16, 2011 12:00 PM
To: Chris Fouts
Subject: RE: mail question

I apologize, I was assuming you were using exchange.  Please disregard.


Brian Wilson
Department of Human Resources
Email: brian.wil...@dhr.alabama.govmailto:brian.wil...@dhr.alabama.gov


From: Wilson, Brian
Sent: Thursday, June 16, 2011 10:51 AM
To: 'Chris Fouts'
Subject: RE: mail question

I thought you just had to have SMTP enabled on the server.


Brian Wilson
Department of Human Resources
Email: brian.wil...@dhr.alabama.govmailto:brian.wil...@dhr.alabama.gov


From: Chris Fouts [mailto:chris.fo...@caemilusa.com]
Sent: Thursday, June 16, 2011 10:25 AM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] mail question

I want to test the mail target, but I need to provide a username/pw to our 
mail server and the mail target does not have provisions for this, at least 
not described here 
http://nant.sourceforge.net/release/0.85-rc2/help/tasks/mail.html. How do I 
send emails then?

-chris



***This e-mail message is intended only for the above named recipient(s)
and may contain information that is sensitive or proprietary. If you have
received this message in error or are not the named recipient(s), please
immediately notify the sender, delete this e-mail message without making
a copy and do not disclose or relay this e-mail message to anyone.***
--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


Re: [NAnt-users] NAnt-users Digest, Vol 59, Issue 2

2011-06-16 Thread John Schroeder
Auto-reply:

I'm on my scooter from 6/13-6/26 and will not be checking e-mail or phone. If
you are working on any of these projects with me, here are your contacts:
Common Use Certification - Dia Cooper
CommonUse VDI - Stephanie McGriff
Common Use Legacy - Terry Kraabel
BGR Scanner Project/ASDevices - Seth Kennedy


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users