<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: mailx equivalent under MS OS's in Operating System - Microsoft</title>
    <link>https://community.hpe.com/t5/operating-system-microsoft/mailx-equivalent-under-ms-os-s/m-p/3542974#M6150</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Perhaps something like telnetting to the SMTP server and then typing the text there.&lt;BR /&gt;&lt;BR /&gt;telnet smtpserver 25 &amp;lt;&amp;lt; EOF&lt;BR /&gt;ehlo localhost&lt;BR /&gt;mail from:username@company.com&lt;BR /&gt;rcpt to:mailaddress@mailaddress.com&lt;BR /&gt;data&lt;BR /&gt;Put the contents here&lt;BR /&gt;.&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;This will again depend upon the MTA settings on the SMTP server (but mostly works if its a unix smtp server).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Naveej</description>
    <pubDate>Thu, 12 May 2005 01:11:51 GMT</pubDate>
    <dc:creator>Naveej.K.A</dc:creator>
    <dc:date>2005-05-12T01:11:51Z</dc:date>
    <item>
      <title>mailx equivalent under MS OS's</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/mailx-equivalent-under-ms-os-s/m-p/3542973#M6149</link>
      <description>I know this is a Unix forum but I am posting the question here because I expect that Unix gurus porting scripts to the Windows environment probably haunt this forum.&lt;BR /&gt;&lt;BR /&gt;I develop and maintain a number of scripts (mostly Perl and ksh) which I have running both on out HP-UX platforms and Windows platforms.&lt;BR /&gt;&lt;BR /&gt;Under Windows I use Windows Services for Unix (basically a rebadged MKS) which allows most of my scripts to run unmodified on both platforms.&lt;BR /&gt;&lt;BR /&gt;The nature of these scripts is that they send out a communication when something that is not quite right is discovered.  For email under Unix it is a snap, I usually just call mailx and away we go.&lt;BR /&gt;&lt;BR /&gt;Windows for managing email is a whole different ball game.&lt;BR /&gt;&lt;BR /&gt;Is there a straight forward way of sending an email from the command line on a Windows platform.  A Perl module perhaps?</description>
      <pubDate>Thu, 12 May 2005 01:07:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/mailx-equivalent-under-ms-os-s/m-p/3542973#M6149</guid>
      <dc:creator>Daavid Turnbull</dc:creator>
      <dc:date>2005-05-12T01:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: mailx equivalent under MS OS's</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/mailx-equivalent-under-ms-os-s/m-p/3542974#M6150</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Perhaps something like telnetting to the SMTP server and then typing the text there.&lt;BR /&gt;&lt;BR /&gt;telnet smtpserver 25 &amp;lt;&amp;lt; EOF&lt;BR /&gt;ehlo localhost&lt;BR /&gt;mail from:username@company.com&lt;BR /&gt;rcpt to:mailaddress@mailaddress.com&lt;BR /&gt;data&lt;BR /&gt;Put the contents here&lt;BR /&gt;.&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;This will again depend upon the MTA settings on the SMTP server (but mostly works if its a unix smtp server).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Naveej</description>
      <pubDate>Thu, 12 May 2005 01:11:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/mailx-equivalent-under-ms-os-s/m-p/3542974#M6150</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2005-05-12T01:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: mailx equivalent under MS OS's</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/mailx-equivalent-under-ms-os-s/m-p/3542975#M6151</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;i think there is a tool call blat which does this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.blat.net/" target="_blank"&gt;http://www.blat.net/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Thu, 12 May 2005 01:26:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/mailx-equivalent-under-ms-os-s/m-p/3542975#M6151</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-05-12T01:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: mailx equivalent under MS OS's</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/mailx-equivalent-under-ms-os-s/m-p/3542976#M6152</link>
      <description>The MKS toolkit contains a tool called smtpmail.exe.&lt;BR /&gt;&lt;BR /&gt;Isn't there something alike in the SFU ??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rainer&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 May 2005 01:31:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/mailx-equivalent-under-ms-os-s/m-p/3542976#M6152</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2005-05-12T01:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: mailx equivalent under MS OS's</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/mailx-equivalent-under-ms-os-s/m-p/3542977#M6153</link>
      <description>I'm pretty sure that there is a mailx package in cygwin. Check it out here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cygwin.com" target="_blank"&gt;http://www.cygwin.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;alex.</description>
      <pubDate>Thu, 12 May 2005 01:36:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/mailx-equivalent-under-ms-os-s/m-p/3542977#M6153</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-05-12T01:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: mailx equivalent under MS OS's</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/mailx-equivalent-under-ms-os-s/m-p/3542978#M6154</link>
      <description>Dave,&lt;BR /&gt;I've used 'sendEmail' for porting perl apps to windows that needed a sendmail util. It works well. You'll need to install active perl to use it though. Here are the links.&lt;BR /&gt;&lt;BR /&gt;SendEmail:&lt;BR /&gt;&lt;A href="http://caspian.dotconf.net/menu/Software/SendEmail/" target="_blank"&gt;http://caspian.dotconf.net/menu/Software/SendEmail/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;ActivePerl:&lt;BR /&gt;&lt;A href="http://aspn.activestate.com/ASPN/Downloads/ActivePerl/" target="_blank"&gt;http://aspn.activestate.com/ASPN/Downloads/ActivePerl/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Jim</description>
      <pubDate>Thu, 13 Apr 2006 11:15:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/mailx-equivalent-under-ms-os-s/m-p/3542978#M6154</guid>
      <dc:creator>JLee_1</dc:creator>
      <dc:date>2006-04-13T11:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: mailx equivalent under MS OS's</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/mailx-equivalent-under-ms-os-s/m-p/3542979#M6155</link>
      <description>I will second the use of blat&lt;BR /&gt;Phil</description>
      <pubDate>Thu, 13 Apr 2006 11:57:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/mailx-equivalent-under-ms-os-s/m-p/3542979#M6155</guid>
      <dc:creator>Phil.Howell</dc:creator>
      <dc:date>2006-04-13T11:57:32Z</dc:date>
    </item>
  </channel>
</rss>

