Re: Mail::Mailer

2001-05-31 Thread David Hunt

Do

perl -MCPAN -e 'install Mail::Mailer'

This will get it off CPAN for you.

David

> Hello guys,
> Does anyone have a copy of Mail::Mailer they can email me. Or if their
> is an equivalent please let me know.
> 
> Thanks alot,
> Mark Bergeron
> "A Duck!"
> ___
> GO.com Mail
> Get Your Free, Private E-mail at http://mail.go.com
> 
> 
> ___
> Perl-Win32-Users mailing list
> [EMAIL PROTECTED]
> http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users
> 
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users



Re: Mailers on Win32?

2001-05-28 Thread David Hunt

Try

$mailer = new Mail::Mailer 'smtp', Server => 'yoursmtp.server';

This will use Net::SMTP to send your email via your smtp server

David

> Attempting to do my bit for global harmony, so please help.
> 
> When running cpantest on a couple of mudles, everything fell
> apart because of a lack of a mail program:
> 
>  Cannot locate '0' at D:\Lang\Perl\AS623\site\lib\Mail\test.pl line 2
>  No mailer type specified (and no default available),
>  thus can not find executable program. at D:\Lang
> \Perl\AS623\site\lib\Mail\test.pl
>  line 4
> 
> Line 4 is simply `new Mail::Mailer`.
> 
> So I guess my quesiton is, can I get a free sendmail for Win32?
> Or am I going to have to tell it how to talk to some Win32
> application?
> 
> Surely you all do this all the time, right...?
> 
> Thanks in anticipation
> lee
> 
> 
> Lee Goddardhttp://www.leegoddard.com
> Perl / XML / XSLT / Java / AI MIDI Music
> 
> ___
> Perl-Win32-Users mailing list
> [EMAIL PROTECTED]
> http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users
> 
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users



Re: image size

2001-05-28 Thread David Hunt

Try Image::Size

See the man page for instructions on its use

David

> Hi all,
> is there any way to get the size of an image (height
> and width) in a perl script just by looking at the
> actual pic1.jpg file? How would I get the two
> parameters?
> Thanks,
> Dan
> 
> __
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/
> ___
> Perl-Win32-Users mailing list
> [EMAIL PROTECTED]
> http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users
> 
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users