<?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: Using mailx from a script to send attachment in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/using-mailx-from-a-script-to-send-attachment/m-p/109488#M906828</link>
    <description>Hi Jonathan,&lt;BR /&gt;
&lt;BR /&gt;
Please post this question in the appropriate section of the Business Customer Discussion Groups. Here's a link to the home page for these forums: &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://forums.itrc.hp.com/cm/1,,2,00.html" target="_blank" rel="nofollow"&gt;http://forums.itrc.hp.com/cm/1,,2,00.html&lt;/A&gt; &lt;BR /&gt;
&lt;BR /&gt;
If your product doesn't appear in these forums, try the ITRC forums: &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://forums.itrc.hp.com/cm/" target="_blank" rel="nofollow"&gt;http://forums.itrc.hp.com/cm/&lt;/A&gt; &lt;BR /&gt;
&lt;BR /&gt;
If all else fails, here's a web site to help you find support for your product: &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/CallHP.jsp" target="_blank" rel="nofollow"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/CallHP.jsp&lt;/A&gt; &lt;BR /&gt;
&lt;BR /&gt;
Thanks! &lt;BR /&gt;
&lt;BR /&gt;
Kathy &lt;BR /&gt;
Forum Administrator &lt;BR /&gt;</description>
    <pubDate>Wed, 17 Jul 2002 18:00:43 GMT</pubDate>
    <dc:creator>CA538024</dc:creator>
    <dc:date>2002-07-17T18:00:43Z</dc:date>
    <item>
      <title>Using mailx from a script to send attachment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-mailx-from-a-script-to-send-attachment/m-p/109487#M906827</link>
      <description>I wannt to send e-mail messages with &lt;BR /&gt;
attachments using mailx. I will be calling&lt;BR /&gt;
mailx from a script. I would also like to&lt;BR /&gt;
use the Cc and Bcc if possible.&lt;BR /&gt;
&lt;BR /&gt;
thanks....</description>
      <pubDate>Wed, 17 Jul 2002 17:39:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-mailx-from-a-script-to-send-attachment/m-p/109487#M906827</guid>
      <dc:creator>CA816843</dc:creator>
      <dc:date>2002-07-17T17:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using mailx from a script to send attachment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-mailx-from-a-script-to-send-attachment/m-p/109488#M906828</link>
      <description>Hi Jonathan,&lt;BR /&gt;
&lt;BR /&gt;
Please post this question in the appropriate section of the Business Customer Discussion Groups. Here's a link to the home page for these forums: &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://forums.itrc.hp.com/cm/1,,2,00.html" target="_blank" rel="nofollow"&gt;http://forums.itrc.hp.com/cm/1,,2,00.html&lt;/A&gt; &lt;BR /&gt;
&lt;BR /&gt;
If your product doesn't appear in these forums, try the ITRC forums: &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://forums.itrc.hp.com/cm/" target="_blank" rel="nofollow"&gt;http://forums.itrc.hp.com/cm/&lt;/A&gt; &lt;BR /&gt;
&lt;BR /&gt;
If all else fails, here's a web site to help you find support for your product: &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/CallHP.jsp" target="_blank" rel="nofollow"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/CallHP.jsp&lt;/A&gt; &lt;BR /&gt;
&lt;BR /&gt;
Thanks! &lt;BR /&gt;
&lt;BR /&gt;
Kathy &lt;BR /&gt;
Forum Administrator &lt;BR /&gt;</description>
      <pubDate>Wed, 17 Jul 2002 18:00:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-mailx-from-a-script-to-send-attachment/m-p/109488#M906828</guid>
      <dc:creator>CA538024</dc:creator>
      <dc:date>2002-07-17T18:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using mailx from a script to send attachment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-mailx-from-a-script-to-send-attachment/m-p/109489#M906829</link>
      <description>I have used the following 2 lines successfully to send messages and attachments with mailx.&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# create attachment&lt;BR /&gt;
#&lt;BR /&gt;
uuencode TEST1 TEST1 &amp;gt; TEST1.attach&lt;BR /&gt;
#&lt;BR /&gt;
# now send message in file "messagebody" with &lt;BR /&gt;
# the attachment&lt;BR /&gt;
#&lt;BR /&gt;
cat messagebody TEST1.attach | mailx -s "sublect verbiage" myname@myaddress.com&lt;BR /&gt;
&lt;BR /&gt;
Hope this reply is posted in the right place. &lt;BR /&gt;
Good Luck</description>
      <pubDate>Fri, 01 Aug 2003 19:46:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-mailx-from-a-script-to-send-attachment/m-p/109489#M906829</guid>
      <dc:creator>CA1002441</dc:creator>
      <dc:date>2003-08-01T19:46:56Z</dc:date>
    </item>
  </channel>
</rss>

