[Zope] Mime types for email attachments

Dieter Maurer dieter@handshake.de
Thu, 31 Aug 2000 21:13:25 +0200 (CEST)


Brendon Grunewald writes:
 > I am battling to find the information needed to attach word, excel, and pdf
 > documents to an email based on the input from a form.
You already discussed lots of things with Chris....

I hope, I say only new things:

 * you will need the MIME patch.
   It allows you to supply expressions as values for the various
   arguments of the sendmail tag and its friends rather
   than constants.

   Search zope.org or the list's archive (the MIME patch
   has been mentioned recently, with URL where it can be found).

 * Use the following MIME types:

	word		application/msword
	excel		application/vnd
	pdf		application/pdf


Dieter