Re: Need help with Mail::Sender

2009-06-26 Thread Jeff Chimene
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 object create call & write a log I've been using Mail::S

Need help with Mail::Sender

2009-06-25 Thread Dennis Wicks
Greetings; Following the docs I have it working basically, but it is not handling html w/inline images correctly. Instead of getting a 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 pro