Re: mail task and mapi

2011-04-14 Thread Kolasinski Piotr
Hi - as I remember MAPI means Mail API and is binary (maybe now also .net) interface to sending and receiving mails in Windows.In such way ant needs special task with JNI to do that. I don't think that some kind of this exist :( But ant use Mail framework - and it is possible to authorize by sta

mail task and mapi

2011-04-14 Thread Mario Madunic
Hi, I would like to use the mail task to send an email once the build is done but have been informed by the powers that be in our IT dept the following: "Our mail servers are secured to allow authorized mail server transmission only. Can ANT send through MAPI?" Is this possible and if so how?