Hi, Could any help me to send attachment though mail using MailLogger.
Here is the content of my build.xml <property name="MailLogger.success.notify" value="true"/> <property name="MailLogger.failure.notify" value="true"/> <property name="MailLogger.success.to"value="[EMAIL PROTECTED]"/> <property name="MailLogger.failure.to"value="[EMAIL PROTECTED],[EMAIL PROTECTED]"/> <property name="MailLogger.mailhost" value="mailserver"/> What should I add further in my build.xml to send my own file as an attachment thru' mail. Thanks in advance. With regards, sankari -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>