<?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: sending mail in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730680#M254428</link>
    <description>Hello, &lt;BR /&gt;&lt;BR /&gt;To send a mail with high priority, Add an&lt;BR /&gt;X-Priority header.&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
    <pubDate>Tue, 14 Feb 2006 01:57:52 GMT</pubDate>
    <dc:creator>Arunvijai_4</dc:creator>
    <dc:date>2006-02-14T01:57:52Z</dc:date>
    <item>
      <title>sending mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730669#M254417</link>
      <description>I am using the following command to send mail&lt;BR /&gt;&lt;BR /&gt;mailx -s "Helpdesk unauthorized access" xyz@abc.com&lt;BR /&gt;&lt;BR /&gt;I want to mark the mail as urgent. ie change priority.</description>
      <pubDate>Mon, 13 Feb 2006 17:51:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730669#M254417</guid>
      <dc:creator>Khashru</dc:creator>
      <dc:date>2006-02-13T17:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: sending mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730670#M254418</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I don't think mailx can do that.&lt;BR /&gt;&lt;BR /&gt;I know that mailer's like squirrelmail can do this on the command line with sendmail, but mailx is a little more baisc.&lt;BR /&gt;&lt;BR /&gt;I read the man page and found this on google.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.calpoly.edu/~ias/userguides/CentralUNIX/word/AIX80501.DOC" target="_blank"&gt;http://www.calpoly.edu/~ias/userguides/CentralUNIX/word/AIX80501.DOC&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 13 Feb 2006 17:59:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730670#M254418</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-13T17:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: sending mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730671#M254419</link>
      <description>if i want to cc the mail then what will be the format.</description>
      <pubDate>Mon, 13 Feb 2006 18:22:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730671#M254419</guid>
      <dc:creator>Khashru</dc:creator>
      <dc:date>2006-02-13T18:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: sending mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730672#M254420</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;  -r address  &lt;BR /&gt;&lt;BR /&gt;mailx -s "Helpdesk unauthorized access" xyz@abc.com -r schmo@bagel.com&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 13 Feb 2006 18:37:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730672#M254420</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-13T18:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: sending mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730673#M254421</link>
      <description>-r cahnges the sender address. i want to send the mail as cc to someone.</description>
      <pubDate>Mon, 13 Feb 2006 18:50:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730673#M254421</guid>
      <dc:creator>Khashru</dc:creator>
      <dc:date>2006-02-13T18:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: sending mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730674#M254422</link>
      <description>Oops.&lt;BR /&gt;&lt;BR /&gt;I'll test it this time.&lt;BR /&gt;&lt;BR /&gt;Tests didn't work out.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=30423&amp;amp;admit=-682735245+1139875361845+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=30423&amp;amp;admit=-682735245+1139875361845+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The following script, which is admitedly over engineerred does do cc with sendmail, not mailx. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/mailfile2" target="_blank"&gt;http://www.hpux.ws/mailfile2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I apologoize for my inaccurate response before. Feel free to zero point this one without fear of offense.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Feb 2006 19:05:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730674#M254422</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-13T19:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: sending mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730675#M254423</link>
      <description>Khashru,&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=324170" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=324170&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=654786" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=654786&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=929909" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=929909&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;good Luck,</description>
      <pubDate>Tue, 14 Feb 2006 01:39:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730675#M254423</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2006-02-14T01:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: sending mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730676#M254424</link>
      <description>The links above for you to&lt;BR /&gt;"if i want to cc the mail then what will be the format."&lt;BR /&gt;Good Luck,&lt;BR /&gt;&lt;BR /&gt;Ps: Do not forget to submit points!!!&lt;BR /&gt;:-))&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Feb 2006 01:41:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730676#M254424</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2006-02-14T01:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: sending mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730677#M254425</link>
      <description>You can not achive this with mailx client. Go with sendmail with &amp;lt;&amp;lt; operation as,&lt;BR /&gt;&lt;BR /&gt;sendmail -t &amp;lt;&amp;lt;-EOF&lt;BR /&gt;To: id@domain.com&lt;BR /&gt;Cc: cid@domain.com&lt;BR /&gt;Subject: Subject&lt;BR /&gt;&lt;BR /&gt;Contents&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;It will do it.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Feb 2006 01:44:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730677#M254425</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-14T01:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: sending mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730678#M254426</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;Why dont you use "pine", a good email client for HP-UX. It has got lot of oprions and nifty too. &lt;BR /&gt;&lt;BR /&gt;"pine" is part of Internet express, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 14 Feb 2006 01:45:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730678#M254426</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-14T01:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: sending mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730679#M254427</link>
      <description>Use this thread for sending mail with prioirty.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=754804" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=754804&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Tue, 14 Feb 2006 01:47:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730679#M254427</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-14T01:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: sending mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730680#M254428</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;To send a mail with high priority, Add an&lt;BR /&gt;X-Priority header.&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 14 Feb 2006 01:57:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730680#M254428</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-14T01:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: sending mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730681#M254429</link>
      <description>SEP,&lt;BR /&gt;&lt;BR /&gt;BTW what is Shalom?</description>
      <pubDate>Tue, 14 Feb 2006 18:58:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730681#M254429</guid>
      <dc:creator>Khashru</dc:creator>
      <dc:date>2006-02-14T18:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: sending mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730682#M254430</link>
      <description>Hi Arun,&lt;BR /&gt;&lt;BR /&gt;What will be the syntext?</description>
      <pubDate>Tue, 14 Feb 2006 19:12:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-mail/m-p/3730682#M254430</guid>
      <dc:creator>Khashru</dc:creator>
      <dc:date>2006-02-14T19:12:22Z</dc:date>
    </item>
  </channel>
</rss>

