<?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: sendmail and recipient information in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-recipient-information/m-p/4877948#M852935</link>
    <description>Thanks Chris.&lt;BR /&gt;&lt;BR /&gt;That is the way I would have coded it initially. But given that these sendmail commands are in many scripts, I need a sendmail option (easier to make a global change using sed). In any event, in playing around with some flags, I found what I was looking for:&lt;BR /&gt;-ONoRecipientAction=add-to</description>
    <pubDate>Tue, 04 Jan 2005 09:26:00 GMT</pubDate>
    <dc:creator>Luis Toro</dc:creator>
    <dc:date>2005-01-04T09:26:00Z</dc:date>
    <item>
      <title>sendmail and recipient information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-recipient-information/m-p/4877946#M852933</link>
      <description>Hello,&lt;BR /&gt;We're the following command to forward emails to Exchange users:&lt;BR /&gt;&lt;BR /&gt;echo "Subject: Test \n\n email body" | sendmail -bm -F "Sender" recipient1 recipient2&lt;BR /&gt;&lt;BR /&gt;The users receive the email, however the "To" field is blank, so recipient1 does not know that recipient2 was also sent the same email. Is there a sendmail flag I can modify to disclose all the recipients of an email ?&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 03 Jan 2005 17:11:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-recipient-information/m-p/4877946#M852933</guid>
      <dc:creator>Luis Toro</dc:creator>
      <dc:date>2005-01-03T17:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail and recipient information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-recipient-information/m-p/4877947#M852934</link>
      <description>Instead of sendmail, use mailx:&lt;BR /&gt;echo "Body of email"|mailx -s "subject" foo@bar.com -c "coo@far.bom boo@car.fom".  Do the man page on mailx for details.  &lt;BR /&gt;&lt;BR /&gt;My personal favorite:&lt;BR /&gt;for i in foo@bar.com barf@oo.com car@foo.bom&lt;BR /&gt;do&lt;BR /&gt;echo "Body of email"|mailx -s "subject" $i&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Mon, 03 Jan 2005 17:20:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-recipient-information/m-p/4877947#M852934</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2005-01-03T17:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail and recipient information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-recipient-information/m-p/4877948#M852935</link>
      <description>Thanks Chris.&lt;BR /&gt;&lt;BR /&gt;That is the way I would have coded it initially. But given that these sendmail commands are in many scripts, I need a sendmail option (easier to make a global change using sed). In any event, in playing around with some flags, I found what I was looking for:&lt;BR /&gt;-ONoRecipientAction=add-to</description>
      <pubDate>Tue, 04 Jan 2005 09:26:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-recipient-information/m-p/4877948#M852935</guid>
      <dc:creator>Luis Toro</dc:creator>
      <dc:date>2005-01-04T09:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail and recipient information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-recipient-information/m-p/4877949#M852936</link>
      <description>See prior comments</description>
      <pubDate>Tue, 04 Jan 2005 09:26:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-recipient-information/m-p/4877949#M852936</guid>
      <dc:creator>Luis Toro</dc:creator>
      <dc:date>2005-01-04T09:26:25Z</dc:date>
    </item>
  </channel>
</rss>

