I used the following:

         <mailet match="RecipientIs= ... " class="NotifySender">
           <passThrough>true</passThrough>

           <sender> ... </sender>
           <prefix xml:space="preserve">On Vacation: </prefix>
           <attachment>none</attachment>
           <message>
<![CDATA[Hello. Thank you for your email. This one that you are reading now
is an automatic response that is sent by my email service provider.

I wanted to let you know that I am out of town temporarily so if it takes a
few days to reply to you personally, please understand.

I will reply in person upon my return.

Thank you in advance for your patience.

I look forward to connecting with you soon.
]]>
           </message>
         </mailet>

An autoresponder mailet could be created by subclassing NotifySender and
having it use a table containing [recipient, sender, prefix,
message]-tuples.

        --- Noel


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

Reply via email to