Hello, 

does the FreeMarker code that is used within Djigzo allow multi-part templates 
to be generated ? I created one and used the following MIME details: 

Content-Type: multipart/mixed; boundary="${boundary}" 

--${boundary} 
Content-Type: text/plain; charset=utf-8; format=flowed 
Content-Transfer-Encoding: quoted-printable 

Some random text

--${boundary} 
Content-Type: text/html; charset=utf-8 
Content-Transfer-Encoding: 7bit 

<html><head></head><body>Some random text</body></html>

--${boundary} 
Content-Disposition: attachment; filename=encrypted_${passwordID}.pdf 
Content-Type: application/pdf; name=encrypted_${passwordID}.pdf 
Content-Transfer-Encoding: base64 
X-Djigzo-Marker: attachment 

--${boundary} 

but when viewed in an email client both plain and HTML versions were shown.
-- 
Thanks, Phil
_______________________________________________
Users mailing list
[email protected]
http://lists.djigzo.com/lists/listinfo/users

Reply via email to