I would be interested to hear from anyone that has succesfully used html
within the default mail task. 

As an example a bog standard text mail task is below. Thanks.



<target name="mail_active_notice">
        <mail from="[EMAIL PROTECTED]" 
                tolist="[EMAIL PROTECTED]" 
                subject="'${vss_label}' Release - NOW ACTIVE in Staging 2"
                message="Release '${vss_label}' is now active in Staging 2.
(Automated mail from ANT)."             
                mailhost="10.1.1.1"
        />
</target>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to