This is my first post, so please don't flame me if I do it wrong.

I just finished coding an ANT mail target... and in so doing noticed an error 
in the documentation example that caused me and extra 5 hrs headache.

it says that <to... should be:

        <to name="[EMAIL PROTECTED]">
        when in fact this causes an email to be sent to a null address.

the correct rendering would be

        <to name="xyz list" address="[EMAIL PROTECTED]">


I found that a better method altogether is to use the mail attribute "tolist" 
even if only for a single recipient.

How do I go about formally submitting a revised version of "mail.html" to the 
codebase?



Thanks group,

Jeremy Anderson
AmerisourceBergen Corporation

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

Reply via email to