<?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 question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-question/m-p/2994802#M913469</link>
    <description>I'm afraid that mailx only allows you to use Bcc in interactive mode.&lt;BR /&gt;&lt;BR /&gt;An alternative solution is to append your $1/$fFicheroMail file to a file containing the following lines:&lt;BR /&gt;&lt;BR /&gt;To: your list of recipients&lt;BR /&gt;Bcc: your bcc list&lt;BR /&gt;Subject: your subject&lt;BR /&gt;&lt;BR /&gt;then cat the whole lot to sendmail -t.  Check the man page for sendmail; the -t option means to get the recipient data from the message.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.</description>
    <pubDate>Wed, 11 Jun 2003 14:57:38 GMT</pubDate>
    <dc:creator>Darren Prior</dc:creator>
    <dc:date>2003-06-11T14:57:38Z</dc:date>
    <item>
      <title>mailx question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-question/m-p/2994798#M913465</link>
      <description>Hello to everybody:&lt;BR /&gt;&lt;BR /&gt;I'm having a little and stupid problem but I think my head isn't in its place.&lt;BR /&gt;I have a shell tath every time it finishes it sends a mail, I make it in this form:&lt;BR /&gt;&lt;BR /&gt;mailx -s "$vSubject" "$vRecipients" &amp;lt; $1/$fFicheroMail&lt;BR /&gt;&lt;BR /&gt;How can I send a hide copy ( Bcc )???&lt;BR /&gt;I try with -b option but i didn't find a good way</description>
      <pubDate>Wed, 11 Jun 2003 14:38:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-question/m-p/2994798#M913465</guid>
      <dc:creator>David_385</dc:creator>
      <dc:date>2003-06-11T14:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: mailx question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-question/m-p/2994799#M913466</link>
      <description>~b name ...         Add name to the blind carbon copy (Bcc) list.&lt;BR /&gt;&lt;BR /&gt;Thats tildi not dash&lt;BR /&gt;&lt;BR /&gt;~  not  -</description>
      <pubDate>Wed, 11 Jun 2003 14:46:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-question/m-p/2994799#M913466</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-06-11T14:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: mailx question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-question/m-p/2994800#M913467</link>
      <description>you can use ~b for bcc and ~c for cc.&lt;BR /&gt;Try this out ..&lt;BR /&gt;/usr/bin/mailx -s "subject" yourname@yourdomain &amp;lt; myfile &lt;BR /&gt;&lt;BR /&gt;In "myfile", you can type: &lt;BR /&gt;&lt;BR /&gt;~c 12345@abcde.com &lt;BR /&gt;~b 34567@abcde.com &lt;BR /&gt;&lt;CONTENTS&gt; &lt;BR /&gt;&lt;BR /&gt;~c and ~b lines will not appear in the mail contents. &lt;BR /&gt;man mailx for info..&lt;BR /&gt;&lt;BR /&gt;-USA..&lt;BR /&gt;&lt;BR /&gt;&lt;/CONTENTS&gt;</description>
      <pubDate>Wed, 11 Jun 2003 14:48:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-question/m-p/2994800#M913467</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-06-11T14:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: mailx question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-question/m-p/2994801#M913468</link>
      <description>&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x95fb5f260cafd4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x95fb5f260cafd4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 11 Jun 2003 14:48:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-question/m-p/2994801#M913468</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-06-11T14:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: mailx question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-question/m-p/2994802#M913469</link>
      <description>I'm afraid that mailx only allows you to use Bcc in interactive mode.&lt;BR /&gt;&lt;BR /&gt;An alternative solution is to append your $1/$fFicheroMail file to a file containing the following lines:&lt;BR /&gt;&lt;BR /&gt;To: your list of recipients&lt;BR /&gt;Bcc: your bcc list&lt;BR /&gt;Subject: your subject&lt;BR /&gt;&lt;BR /&gt;then cat the whole lot to sendmail -t.  Check the man page for sendmail; the -t option means to get the recipient data from the message.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.</description>
      <pubDate>Wed, 11 Jun 2003 14:57:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-question/m-p/2994802#M913469</guid>
      <dc:creator>Darren Prior</dc:creator>
      <dc:date>2003-06-11T14:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: mailx question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-question/m-p/2994803#M913470</link>
      <description>David,&lt;BR /&gt;&lt;BR /&gt;I think you'll have better luck using sendmail or elm.  Check the link I gave you or search the forums for "sendmail and copy".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 11 Jun 2003 15:27:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-question/m-p/2994803#M913470</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-06-11T15:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: mailx question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-question/m-p/2994804#M913471</link>
      <description>Try mutt instead of mailx: &lt;A href="http://www.mutt.org." target="_blank"&gt;http://www.mutt.org.&lt;/A&gt;  It compiles easily and has a lot of command line options.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 11 Jun 2003 17:01:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-question/m-p/2994804#M913471</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2003-06-11T17:01:10Z</dc:date>
    </item>
  </channel>
</rss>

