<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.6.2">
</HEAD>
<BODY>
Ok, now I don't get any errors but my jabber message is still not coming through, all I get is:<BR>
<BR>
03:29:26 PM] *** jabbermail is Online [forwarding email]<BR>
[03:29:26 PM] *** jabbermail is Offline<BR>
<BR>
Not the email that I sent.<BR>
<BR>
Any other thoughts?<BR>
<BR>
Thanks for all the help<BR>
<BR>
On Fri, 2005-12-16 at 00:14 +0200, Norman Rasmussen wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">change</FONT>

<FONT COLOR="#000000">my $jabmsg-&gt;SetMessage(</FONT>

<FONT COLOR="#000000">to</FONT>

<FONT COLOR="#000000">$jabmsg-&gt;SetMessage(</FONT>

<FONT COLOR="#000000">and it'll all work.</FONT>

<FONT COLOR="#000000">On 12/16/05, Jon Scottorn &lt;<A HREF="mailto:jscottorn@possibilityforge.com">jscottorn@possibilityforge.com</A>&gt; wrote:</FONT>
<FONT COLOR="#000000">&gt;            That is what I have already: here is my smtp2jabber.pl</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">&gt;  # Remove the attachment(s) from the message</FONT>
<FONT COLOR="#000000">&gt;  my $stripper = Mail::Message::Attachment::Stripper-&gt;new($msg);</FONT>
<FONT COLOR="#000000">&gt;  my Mail::Message $textonly  = $stripper-&gt;message;</FONT>
<FONT COLOR="#000000">&gt;  my $body = $textonly-&gt;body;</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">&gt;  # Connect to jabber</FONT>
<FONT COLOR="#000000">&gt;  my $jabber = &amp;setup_Jabber(SERVER, PORT, USERNAME, PASSWORD, RESOURCE, &quot;normal/forwarding email&quot;);</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">&gt;  # Compose the message</FONT>
<FONT COLOR="#000000">&gt;  my $jabmsg = Net::Jabber::Message-&gt;new();</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">&gt;  my $jabmsg-&gt;SetMessage(</FONT>
<FONT COLOR="#000000">&gt;                &quot;to&quot;      =&gt; &quot;$rcpt&quot;,</FONT>
<FONT COLOR="#000000">&gt;                &quot;subject&quot; =&gt; &quot;$sender emailed: $subject&quot;,</FONT>
<FONT COLOR="#000000">&gt;                &quot;body&quot;    =&gt; &quot;$body&quot;);</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">&gt;  # And send it</FONT>
<FONT COLOR="#000000">&gt;  $jabber-&gt;Send($jabmsg);</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">&gt;  # Close the connection and exit</FONT>
<FONT COLOR="#000000">&gt;  $jabber-&gt;Disconnect();</FONT>
<FONT COLOR="#000000">&gt;  exit(0);</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">&gt;  What part is messed up?</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">&gt;  Thanks</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">&gt;  On Thu, 2005-12-15 at 23:29 +0200, Norman Rasmussen wrote:</FONT>
<FONT COLOR="#000000">&gt;  ahh, had to actually get this working on my dev box.  It needs to be:</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">&gt; # Compose the message</FONT>
<FONT COLOR="#000000">&gt; my $jabmsg = Net::Jabber::Message-&gt;new();</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">&gt; $jabmsg-&gt;SetMessage(</FONT>
<FONT COLOR="#000000">&gt;              &quot;to&quot;      =&gt; &quot;$rcpt&quot;,</FONT>
<FONT COLOR="#000000">&gt;              &quot;subject&quot; =&gt; &quot;$sender emailed: $subject&quot;,</FONT>
<FONT COLOR="#000000">&gt;              &quot;body&quot;    =&gt; &quot;$body&quot;);</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">&gt; I think this would be much cooler with a full smtp transport gateway</FONT>
<FONT COLOR="#000000">&gt; idea, but this works for now.</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">&gt; On 12/15/05, Jon Scottorn &lt;<A HREF="mailto:jscottorn@possibilityforge.com">jscottorn@possibilityforge.com</A>&gt; wrote:</FONT>
<FONT COLOR="#000000">&gt; &gt;            Still get same error</FONT>
<FONT COLOR="#000000">&gt; &gt;</FONT>
<FONT COLOR="#000000">&gt; &gt;  here is what shows up in jabber</FONT>
<FONT COLOR="#000000">&gt; &gt;</FONT>
<FONT COLOR="#000000">&gt; &gt;  [01:40:20 PM] *** jabbermail is Online [forwarding email]</FONT>
<FONT COLOR="#000000">&gt; &gt;  [01:40:20 PM] *** jabbermail is Offline</FONT>
<FONT COLOR="#000000">&gt; &gt;</FONT>
<FONT COLOR="#000000">&gt; &gt;  Don't know if that helps</FONT>
<FONT COLOR="#000000">&gt; &gt;</FONT>
<FONT COLOR="#000000">&gt; &gt;</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">&gt; --</FONT>
<FONT COLOR="#000000">&gt; - Norman Rasmussen</FONT>
<FONT COLOR="#000000">&gt;  - Email: <A HREF="mailto:norman@rasmussen.co.za">norman@rasmussen.co.za</A></FONT>
<FONT COLOR="#000000">&gt;  - Home page: <A HREF="http://norman.rasmussen.co.za/">http://norman.rasmussen.co.za/</A></FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">&gt;   Jon Scottorn</FONT>
<FONT COLOR="#000000">&gt;  Systems Administrator</FONT>
<FONT COLOR="#000000">&gt;  The Possibility Forge, Inc.</FONT>
<FONT COLOR="#000000">&gt;  <A HREF="http://www.possibilityforge.com">http://www.possibilityforge.com</A></FONT>
<FONT COLOR="#000000">&gt;  435.635.0591 x.1004</FONT>



<FONT COLOR="#000000">--</FONT>
<FONT COLOR="#000000">- Norman Rasmussen</FONT>
<FONT COLOR="#000000"> - Email: <A HREF="mailto:norman@rasmussen.co.za">norman@rasmussen.co.za</A></FONT>
<FONT COLOR="#000000"> - Home page: <A HREF="http://norman.rasmussen.co.za/">http://norman.rasmussen.co.za/</A></FONT>
</PRE>
</BLOCKQUOTE>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<B><I><FONT SIZE="4"><FONT COLOR="#000080">Jon Scottorn</FONT></FONT></I></B><BR>
<I><FONT COLOR="#000080">Systems Administrator</FONT></I><BR>
<I><FONT COLOR="#000080">The Possibility Forge, Inc.</FONT></I><BR>
<I><FONT COLOR="#000080">http://www.possibilityforge.com</FONT></I><BR>
<I><FONT COLOR="#000080">435.635.0591 x.1004</FONT></I>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>