I am using ms- outlook. What are the manditory inputs for this Ant task and how can i find my mailhost and mailport number?
Share
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.
According to the Ant’s Mail task documentation, the following information is required:
fromattribute or<from>nested element.tolist,cclist, orbcclistattributes or their equivalent nested elements<to>,<cc>, or<bcc>.messageormessagefileattribute, alternatively nested<message>element.If you SMTP server requires authentication, you must provide
userandpasswordattributes.Basically these are required for any mail client.
Mail host and port, the address of an SMTP server, you can get from your system administrator.