<?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: Adding message into the body of an email using ux2dos command. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-message-into-the-body-of-an-email-using-ux2dos-command/m-p/4071164#M307557</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;mail -t $emails &amp;lt;&lt;END_OF_MAIL&gt;&lt;/END_OF_MAIL&gt;Subject: "HW servers Report - $hour " &lt;BR /&gt;&lt;YOUR text="" here=""&gt;&lt;BR /&gt;$(ux2dos ${log}/09_print_manifest_all | uuencode HW_REPORT_PRINT_MANIFEST.doc)&lt;BR /&gt;END_OF_MAIL&lt;BR /&gt;&lt;BR /&gt;See man mail to be sure about option.&lt;BR /&gt;Now I'm not having access and may be I bad remember.&lt;BR /&gt;HTH,&lt;BR /&gt;Art&lt;/YOUR&gt;</description>
    <pubDate>Mon, 17 Sep 2007 03:13:08 GMT</pubDate>
    <dc:creator>Arturo Galbiati</dc:creator>
    <dc:date>2007-09-17T03:13:08Z</dc:date>
    <item>
      <title>Adding message into the body of an email using ux2dos command.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-message-into-the-body-of-an-email-using-ux2dos-command/m-p/4071162#M307555</link>
      <description>with the following instruction i can send an email without telling something into the body of the message ..&lt;BR /&gt;&lt;BR /&gt;ux2dos ${log}/09_print_manifest_all | uuencode HW_REPORT_PRINT_MANIFEST.doc | mailx -m -s "HW servers Report - $hour " $emails&lt;BR /&gt;&lt;BR /&gt;how can i do for using the same sintax but adding a message into the body of the message ...&lt;BR /&gt;i need to add the content of the file named servers_without_ignite_installed&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;please let me  know .... thanks  :0)</description>
      <pubDate>Sun, 16 Sep 2007 12:13:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-message-into-the-body-of-an-email-using-ux2dos-command/m-p/4071162#M307555</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2007-09-16T12:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Adding message into the body of an email using ux2dos command.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-message-into-the-body-of-an-email-using-ux2dos-command/m-p/4071163#M307556</link>
      <description>&lt;!--!*#--&gt;Please do a Google search for:&lt;BR /&gt;&lt;BR /&gt;   mpack mime&lt;BR /&gt;&lt;BR /&gt;Then get the program, read the documentation,&lt;BR /&gt;learn how to use it, and stop asking the same&lt;BR /&gt;questions about e-mail with attachments over&lt;BR /&gt;and over and over...</description>
      <pubDate>Sun, 16 Sep 2007 16:39:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-message-into-the-body-of-an-email-using-ux2dos-command/m-p/4071163#M307556</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-09-16T16:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Adding message into the body of an email using ux2dos command.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-message-into-the-body-of-an-email-using-ux2dos-command/m-p/4071164#M307557</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;mail -t $emails &amp;lt;&lt;END_OF_MAIL&gt;&lt;/END_OF_MAIL&gt;Subject: "HW servers Report - $hour " &lt;BR /&gt;&lt;YOUR text="" here=""&gt;&lt;BR /&gt;$(ux2dos ${log}/09_print_manifest_all | uuencode HW_REPORT_PRINT_MANIFEST.doc)&lt;BR /&gt;END_OF_MAIL&lt;BR /&gt;&lt;BR /&gt;See man mail to be sure about option.&lt;BR /&gt;Now I'm not having access and may be I bad remember.&lt;BR /&gt;HTH,&lt;BR /&gt;Art&lt;/YOUR&gt;</description>
      <pubDate>Mon, 17 Sep 2007 03:13:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-message-into-the-body-of-an-email-using-ux2dos-command/m-p/4071164#M307557</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2007-09-17T03:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Adding message into the body of an email using ux2dos command.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-message-into-the-body-of-an-email-using-ux2dos-command/m-p/4071165#M307558</link>
      <description>if it is in the body of the email, i don't think you need to use either ux2dos or uuencode.&lt;BR /&gt;&lt;BR /&gt;just get the text in the file you're sending..</description>
      <pubDate>Mon, 17 Sep 2007 08:41:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-message-into-the-body-of-an-email-using-ux2dos-command/m-p/4071165#M307558</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2007-09-17T08:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Adding message into the body of an email using ux2dos command.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-message-into-the-body-of-an-email-using-ux2dos-command/m-p/4071166#M307559</link>
      <description>Hi Manuales, I use the following script:&lt;BR /&gt;&lt;BR /&gt;---------------------------&lt;BR /&gt;#!/bin/csh -f&lt;BR /&gt;&lt;BR /&gt;setenv SUBJECT  "Email subject on `/bin/date +%d-%m-%Y`"&lt;BR /&gt;setenv EMAIL_ADDRESS "name1.surname1@company.com,name2.surname2@company.com"&lt;BR /&gt;&lt;BR /&gt;setenv BODY "This is the Email Body."&lt;BR /&gt;setenv ATTACHED_FILE "/tmp/export.csv"&lt;BR /&gt;setenv ATTACHED_FILE_AS "/tmp/export_2.csv"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/bin/echo "Best" &amp;gt; "$ATTACHED_FILE_AS"&lt;BR /&gt;/bin/echo "Regards," &amp;gt;&amp;gt; "$ATTACHED_FILE_AS"&lt;BR /&gt;/bin/echo "Ernesto." &amp;gt;&amp;gt; "$ATTACHED_FILE_AS"&lt;BR /&gt;&lt;BR /&gt;/bin/uuencode "$ATTACHED_FILE" export.csv &amp;gt;&amp;gt; "$ATTACHED_FILE_AS"&lt;BR /&gt;/bin/mailx -s "$SUBJECT" "$EMAIL_ADDRESS" &amp;lt; "$ATTACHED_FILE_AS"&lt;BR /&gt;&lt;BR /&gt;/bin/rm "$ATTACHED_FILE_AS"&lt;BR /&gt;---------------------------&lt;BR /&gt;&lt;BR /&gt;Best regards.&lt;BR /&gt;Ernesto</description>
      <pubDate>Thu, 20 Sep 2007 05:02:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-message-into-the-body-of-an-email-using-ux2dos-command/m-p/4071166#M307559</guid>
      <dc:creator>Ernesto Cappello</dc:creator>
      <dc:date>2007-09-20T05:02:48Z</dc:date>
    </item>
  </channel>
</rss>

