Re: [Chicken-users] hato multipart/alternative

2013-04-10 Thread Andy Bennett
Hi, When specifying your own multiple Content-Type, you need to include the boundary: Content-Type: multipart/alternative; boundary=xyzzy Boundary: xyzzy [Ideally it should infer the boundary in this case, and it would also be nice to automatically generate the boundary when

Re: [Chicken-users] hato multipart/alternative

2013-04-10 Thread Andy Bennett
Hi, You can log issues on hato.googlecode.com http://hato.googlecode.com. If it's a bug I'll try to fix it, but feature requests will largely be pending the port to R7RS. current-rfc-2822-date-string seems to generate the wrong thing on my machine. I'm currently in BST (GMT+1) but

Re: [Chicken-users] hato multipart/alternative

2013-04-10 Thread Alex Shinn
On Thu, Apr 11, 2013 at 1:48 AM, Andy Bennett andy...@ashurst.eu.orgwrote: Hi, When specifying your own multiple Content-Type, you need to include the boundary: Content-Type: multipart/alternative; boundary=xyzzy Boundary: xyzzy [Ideally it should infer the boundary in this

Re: [Chicken-users] hato multipart/alternative

2013-04-06 Thread Alex Shinn
Hi Andy, On Fri, Apr 5, 2013 at 9:30 AM, Andy Bennett andy...@ashurst.eu.org wrote: Hi, Can anyone offer guidance on how to send a multipart/alternative mail with hato? I'm trying to send HTML mail with a text/plain alternative. For my proof of concept I tried: - (send-mail From:

[Chicken-users] hato multipart/alternative

2013-04-04 Thread Andy Bennett
Hi, Can anyone offer guidance on how to send a multipart/alternative mail with hato? I'm trying to send HTML mail with a text/plain alternative. For my proof of concept I tried: - (send-mail From:Pat Andrews p...@knodium.com To: Andy Pandy andy...@knodium.com