Need help with Mail::Sender

2009-06-25 Thread Dennis Wicks
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

Re: Need help with Mail::Sender

2009-07-01 Thread Dennis Wicks
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

Filling in an online form.

2011-03-28 Thread Dennis Wicks
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