[jdev] jabberSMTP
Norman Rasmussen
norman at rasmussen.co.za
Thu Dec 15 15:29:25 CST 2005
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 <jscottorn at possibilityforge.com> 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: norman at rasmussen.co.za
- Home page: http://norman.rasmussen.co.za/
More information about the JDev
mailing list