I have a virtual Linux server (Ubuntu) that runs some custom Perl scripts. I would like to be able to have a Perl script send an e-mail through our Domino server via. SMTP. I’ve done this before in a Windows environment with Win32:OLE. Now I am trying to use Net::SMTP in the Linux environment. Using Telnet I can talk to the SMTP server and can send a message through to an outside account (although the info. in the message body did not seem to make it through). My Perl code runs without error, but the sample email doesn’t make it through. Neither the telnet or Perl test seem to show up in the Mail Routing Event Log (do I need to look somewhere else?). Any ideas on ways to do what I want?