I would like to send automated emails to outlook groups using ANT scripts.
Using ANT’s mail task to send to receipients separatd by comma and it works fine.
Is there any way how to send mails to Outlook group via ANT tasks?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Added SSL=”false” for the ANT task, it started working.