Forum OpenACS Q&A: Re: HTML mails - best practise

Collapse
Posted by Malte Sussdorff on
use acs-mail-lite from HEAD along with TCLLIB installed. This will give you all you need in the acs-mail-lite::complex_send procedure, as it is using tcllib's mime:: namespace to compose the message.

as for multipart e-mails, I'm might have forgotten to put this into acs-mail-lite::complex_send, so if you need this, just "rip it out" of mailing-list and stuff it into the procedure, so HTML mail can be send as multipart.