<br><br><div class="gmail_quote">On Tue, Aug 28, 2012 at 12:06 PM, Abaci <span dir="ltr">&lt;<a href="mailto:abaci64@gmail.com" target="_blank">abaci64@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div>Tried anthony&#39;s perl sendmail script as
      the mailer-app and I get the following error:<br>
      <b>Can&#39;t call method &quot;mail&quot; on an undefined value at
        /usr/local/src/freeswitch/scripts/perl/sendmail line 36,
        &lt;STDIN&gt; chunk 1.<br>
      </b><div><div class="h5"><br></div></div></div></div></blockquote><div>Well, at least that&#39;s some feedback.<br>
</div></div>Line 36 appears to be this:<br>$smtp-&gt;mail($from);<br><br>I suspect the From: field is not being sent to the mail script because it&#39;s not getting populated somewhere. You can try hard-coding the $from variable for an ad-hoc test but I would definitely try to figure out why the field is not being populated in the first place.<br>
<br>-MC<br>