I cant seem to get this to work. I am trying to emulate this script
http://www.shawngo.com/gafyd/index.html , checks the username with a
database to see if its available.
I have tried the JSON + Jquery but i cant seem to get it to send the
current value of the text field.
Here is what my HTM
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
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/
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/inline images
Dr.Ruud wrote:
> Thomas Bätzler wrote:
>
> > Perl OO doesn't have a notion of friend classes since there is no data
> hiding anyways
>
> Don't lie, of course Perl has data hiding.
Yeah, and it's got ACME::Bleach, too, and people still write code using letters
and numbers instead of blanks, tab
Thomas Bätzler wrote:
Perl OO doesn't have a notion of friend classes since there is no data hiding
anyways
Don't lie, of course Perl has data hiding.
http://c2.com/cgi/wiki?InformationHidingInPerl
http://www.perlmonks.org/?node_id=771025
http://perldoc.perl.org/perltooc.html
--
Ruud
--
To
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