Sorry Jim, an example would have probably been helpful. :)
<?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