ahh, had to actually get this working on my dev box.  It needs to be:

# Compose the message
my $jabmsg = Net::Jabber::Message->new();

$jabmsg->SetMessage(
             "to"      => "$rcpt",
             "subject" => "$sender emailed: $subject",
             "body"    => "$body");


I think this would be much cooler with a full smtp transport gateway
idea, but this works for now.

On 12/15/05, Jon Scottorn <[EMAIL PROTECTED]> wrote:
>            Still get same error
>
>  here is what shows up in jabber
>
>  [01:40:20 PM] *** jabbermail is Online [forwarding email]
>  [01:40:20 PM] *** jabbermail is Offline
>
>  Don't know if that helps
>
>

--
- Norman Rasmussen
 - Email: [EMAIL PROTECTED]
 - Home page: http://norman.rasmussen.co.za/

Reply via email to