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

Re: Need help with Mail::Sender

2009-06-26 Thread Gurunandan R. Bhat
In my limited experience, I have had no issues with Email::MIME::CreateHTML. It also creates an object that Email::Sender can deliver. Do try it. REgards Gurunandan On Fri, 2009-06-26 at 17:36 +0200, Jenda Krynicky wrote: > Yes, the problem is very simple. Each mail client handles this > dif

Re: Need help with Mail::Sender

2009-06-26 Thread Dermot
2009/6/26 Jenda Krynicky : This is what > worked for me in Pegasus Mail: It's good to know there are still a few pmail users out there :) -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: Need help with Mail::Sender

2009-06-26 Thread Jenda Krynicky
Date sent: Thu, 25 Jun 2009 23:27:24 -0500 From: Dennis Wicks To: Perl Beginners Subject:Need help with Mail::Sender > Greetings; > > Following the docs I have it working, somewhat, but it is > not handling html w/i

RE: Need help with Mail::Sender

2009-06-26 Thread Bob McConnell
From: Dennis Wicks > 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

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