Greetings;
I want to setup a form on a web page that a visitor can fill
in then send it back to me by email so I can browse it
online and print it out locally in the correct format. I
have the way to define the input form figured out, but the
transmission and browsing and printing the form ar
Jeff Chimene wrote the following on 06/26/2009 10:14 AM:
I don't see glaringly wrong with it off the top of my head.
You might try some things:
* Split the 'content_id' value into its own parameter
* Let Mail::Sender supply the "boundary" parameter
* Employ the 'debug' parameter in the
Greetings;
Following the docs I have it working, somewhat, but it is
not handling html w/inline images correctly.
Instead of getting an html message with inline image it is
sending a blank email with both the html and the jpg image
as attachments.
Here is my program. Does anyone see the problem