<?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: elm command line options for Cc:? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/elm-command-line-options-for-cc/m-p/2463680#M772537</link>
    <description>Um, if you're running interactively in a command shell, that is. In a script, you obviously wouldn't be prompted for more input.</description>
    <pubDate>Fri, 10 Nov 2000 17:32:42 GMT</pubDate>
    <dc:creator>Kevin Ernst</dc:creator>
    <dc:date>2000-11-10T17:32:42Z</dc:date>
    <item>
      <title>elm command line options for Cc:?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/elm-command-line-options-for-cc/m-p/2463673#M772530</link>
      <description>Has anyone used elm from the command line to send a message and Cc: to another user without having to interract at the command line? I can't seem to do it and don't think elm can.</description>
      <pubDate>Thu, 09 Nov 2000 20:31:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/elm-command-line-options-for-cc/m-p/2463673#M772530</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2000-11-09T20:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: elm command line options for Cc:?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/elm-command-line-options-for-cc/m-p/2463674#M772531</link>
      <description>We use a lot 'elm' just from command line : elm -s &lt;SUBJECT&gt; email-address &amp;lt; file-name.&lt;/SUBJECT&gt;</description>
      <pubDate>Thu, 09 Nov 2000 22:12:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/elm-command-line-options-for-cc/m-p/2463674#M772531</guid>
      <dc:creator>Yossi Shalit</dc:creator>
      <dc:date>2000-11-09T22:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: elm command line options for Cc:?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/elm-command-line-options-for-cc/m-p/2463675#M772532</link>
      <description>Thanks for the reply. I'm able to send to multiple users, but in the recieved email both users get put in the To: field. I'm trying to send a message to 2 users, one will be in the To: line the other will be Cc:</description>
      <pubDate>Thu, 09 Nov 2000 22:57:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/elm-command-line-options-for-cc/m-p/2463675#M772532</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2000-11-09T22:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: elm command line options for Cc:?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/elm-command-line-options-for-cc/m-p/2463676#M772533</link>
      <description>Type 'elm' at the command prompt and using the Message option from the menu screen, you have a field to enter for copied receipient.</description>
      <pubDate>Fri, 10 Nov 2000 10:21:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/elm-command-line-options-for-cc/m-p/2463676#M772533</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-11-10T10:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: elm command line options for Cc:?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/elm-command-line-options-for-cc/m-p/2463677#M772534</link>
      <description>to send to Cc, check in elmrc configuration file that 'askcc' os ON. if that's the case, you should be prompted to enter your Cc address. good luck.</description>
      <pubDate>Fri, 10 Nov 2000 14:39:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/elm-command-line-options-for-cc/m-p/2463677#M772534</guid>
      <dc:creator>Yossi Shalit</dc:creator>
      <dc:date>2000-11-10T14:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: elm command line options for Cc:?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/elm-command-line-options-for-cc/m-p/2463678#M772535</link>
      <description>Denver:&lt;BR /&gt;&lt;BR /&gt;I'm pretty sure you can do it (completely non-interactively) with 'sendmail,' with a command line something like this:&lt;BR /&gt;&lt;BR /&gt;sendmail addr1@yourcompany.com [addr2 addr3 ... ] &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;Cc: cc1@yourcompany.com [, cc2, cc3 ... ]&lt;BR /&gt;Subject: Testing...&lt;BR /&gt;&lt;BR /&gt;Hello world!&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;Most shells should support the 'here' document notation (read text up to 'end-of-input' marker "EOF")--ksh, csh, and sh do for sure. You can either specify the 'to' addresses as arguments to sendmail, or give the '-t' option to sendmail and include them in the here document--which constitutes the headers *and* body of the message. You might have to use the '-t' option regardless in order for the 'Cc:' header to be recognized, I'm not sure.&lt;BR /&gt;&lt;BR /&gt;You can specify any other headers you like in the here document, since they will end up being the 'real' RFC-822 headers of the outgoing message. I like to reference the name and version of the script that's doing the mailing in the 'X-Mailer' header. RFC-822 provides for 'user-defined fields,' which start with the string "X-", so you can include any other information you want to in custom 'X-' headers.</description>
      <pubDate>Fri, 10 Nov 2000 17:27:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/elm-command-line-options-for-cc/m-p/2463678#M772535</guid>
      <dc:creator>Kevin Ernst</dc:creator>
      <dc:date>2000-11-10T17:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: elm command line options for Cc:?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/elm-command-line-options-for-cc/m-p/2463679#M772536</link>
      <description>Yick, it got wrapped. The "&amp;lt;&lt;EOF&gt;&lt;/EOF&gt;</description>
      <pubDate>Fri, 10 Nov 2000 17:30:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/elm-command-line-options-for-cc/m-p/2463679#M772536</guid>
      <dc:creator>Kevin Ernst</dc:creator>
      <dc:date>2000-11-10T17:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: elm command line options for Cc:?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/elm-command-line-options-for-cc/m-p/2463680#M772537</link>
      <description>Um, if you're running interactively in a command shell, that is. In a script, you obviously wouldn't be prompted for more input.</description>
      <pubDate>Fri, 10 Nov 2000 17:32:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/elm-command-line-options-for-cc/m-p/2463680#M772537</guid>
      <dc:creator>Kevin Ernst</dc:creator>
      <dc:date>2000-11-10T17:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: elm command line options for Cc:?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/elm-command-line-options-for-cc/m-p/2463681#M772538</link>
      <description>Whoa, ten points! Thanks Denver! =)</description>
      <pubDate>Fri, 10 Nov 2000 18:49:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/elm-command-line-options-for-cc/m-p/2463681#M772538</guid>
      <dc:creator>Kevin Ernst</dc:creator>
      <dc:date>2000-11-10T18:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: elm command line options for Cc:?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/elm-command-line-options-for-cc/m-p/2463682#M772539</link>
      <description>Thanks for the reply Kevin!&lt;BR /&gt;&lt;BR /&gt;I wanted something that didnt need interaction and would allow me to send email w/ a Cc: to someone. couldnt find a way to do it w/ elm unless interaction was used and I didnt think to use sendmail or the options to use.&lt;BR /&gt;&lt;BR /&gt;Thanks again.</description>
      <pubDate>Sat, 11 Nov 2000 03:01:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/elm-command-line-options-for-cc/m-p/2463682#M772539</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2000-11-11T03:01:43Z</dc:date>
    </item>
  </channel>
</rss>

