> > #/usr/bin/perl
> > use strict;
> > use warnings;
> > use WhateverTheHeckICallTheModule qw(emailx);
> >
> > emailx({
> >         ip => '1.2.3.4',
> >         to => '[EMAIL PROTECTED]',
> >         fr => '[EMAIL PROTECTED]',
> >         sb => 'Inquiry Response Request',
> >         ms => $emailmessagehere
> > }) or die "No sendy mial $Error";
> 
> Could you give me an example of the emailx object?
> 

It's not an object, it's a function. 
Keep watching my spot on cpan and once I ever get 
Around to doing it there'l be examples and everythgin but it's mostly 
Just what I have above. One coll thiing is it will make it text and html by just adding

 ht => $HtmlVersionOf_ms_Here

And then attachemnts are simply

at => { attachment goodies here but that's documented in the module }

> thanks,
> -rkl
> 
> 
> -----------------------------------------
> eMail solutions by 
> http://www.swanmail.com
> 

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to