> #/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?

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