Re: NAnt and Microsoft Exchange Server
"Macdiarmid, James D." <[email protected]>
| Newsgroups | gmane.comp.windows.dotnet.nant.user |
|---|---|
| Message-ID | <F7A8C27240D1154593A0F16214BF0BBD8925F1@0015-its-exmb14.us.saic.com> |
Excellent! J Thank you again. From: Pento, Michael [mailto:[email protected]] Sent: Friday, October 01, 2010 10:18 AM To: Macdiarmid, James D.; [email protected] Subject: RE: NAnt and Microsoft Exchange Server Sorry Jim, an example would have probably been helpful. J <?xml version="1.0" encoding="UTF-8"?> <project name="Send SMTP Mail via Exchange" default="build" basedir="."> <target name="build" depends="sendmail" /> <target name="sendmail"> <mail from="[email protected]" tolist="[email protected]" subject="Exchange SMTP Email Test" message="This is a test SMTP email sent through Microsoft Exchange Server." mailhost="MAILSERVER.MYCOMPANY.COM"> </mail> </target> </project> I tested this with my local info a few minutes ago, worked perfectly from behind our firewall. Hope this helps, Mike From: Macdiarmid, James D. [mailto:[email protected]] Sent: Friday, October 01, 2010 9:59 AM To: [email protected] Subject: [NAnt-users] NAnt and Microsoft Exchange Server I'm trying to find an example of sending an email notification using Microsoft Exchange Server. Would it be the same as sending through SMTP? Thanks, Jim ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ NAnt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nant-users