[Zope] Email Attachment
Dieter Maurer
dieter@handshake.de
Fri, 26 Apr 2002 22:35:44 +0200
madeiraza writes:
> Hi! I'm a new user to Zope. I downloaded it about a week ago! I'm
> struggling to attach a file to an email. I'm creating an online
> questionaire whereby the answers that the user gives is put into a
> database. Now I would like the user to send this grl file to me so
> that I can analyse their answers. When I receive the email it looks
> like this:-
>
> Mime-Version: 1.0
> Content-Type: multipart/mixed;
> boundary="130.1.22.169.1.-259099.1019655903.810.23884"
>
>
> --130.1.22.169.1.-259099.1019655903.810.23884
> Content-Type: text/plain
> Content-Transfer-Encoding: 7bit
>
> Attached is the document that you requested.
>
> --130.1.22.169.1.-259099.1019655903.810.23884
> Content-Type: application/octet-stream;
> name="ANSWERS.grl"
> Content-Disposition: attachment
> Content-Transfer-Encoding: base64
>
>
> --130.1.22.169.1.-259099.1019655903.810.23884--
>
> Can anybody help me please!
Looks good! Only the attachment itself seems to be empty.
Did you include the file content?
Dieter