<?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: email notification in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/email-notification/m-p/4972279#M418161</link>
    <description>Here is the settings we use for stty:&lt;BR /&gt;&lt;BR /&gt;stty erase "^H" kill "^U" intr "^C" eof "^D"&lt;BR /&gt;&lt;BR /&gt;We have it in .profile so that we don't have to set it every time we want to run vi.&lt;BR /&gt;</description>
    <pubDate>Thu, 06 Apr 2006 10:29:09 GMT</pubDate>
    <dc:creator>Kent Ostby</dc:creator>
    <dc:date>2006-04-06T10:29:09Z</dc:date>
    <item>
      <title>email notification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-notification/m-p/4972274#M418156</link>
      <description>Hi all, I was wondering if anyone can help.&lt;BR /&gt;&lt;BR /&gt;All I need to do is create a script, that will run a program, cat its out put to a file then email my at works email address.&lt;BR /&gt;&lt;BR /&gt;Now I can create the script to run the job and create the file, but can not seem to get the email part working.  I was using an example from one of the threads below ie&lt;BR /&gt;&lt;BR /&gt;mail me@myserver&lt;BR /&gt;&lt;BR /&gt;the problem I have is in vi when I type the @ command, it moves the cursor to the start of the line (I dont really use vi that much!!! as you can probably tell)..&lt;BR /&gt;&lt;BR /&gt;I also tried to email myself the file from the command line but when ever I type the @ sign it  shows the @ then starts a new line.  Does anyone know what I am doing wrong.&lt;BR /&gt;&lt;BR /&gt;PS I am not to familiar with HPUX</description>
      <pubDate>Thu, 06 Apr 2006 09:47:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-notification/m-p/4972274#M418156</guid>
      <dc:creator>Ian Prior</dc:creator>
      <dc:date>2006-04-06T09:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: email notification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-notification/m-p/4972275#M418157</link>
      <description>Run stty. See what @ is set to (likely kill). Change whichever one it is to something else.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;stty kill ^V^X&lt;BR /&gt;&lt;BR /&gt;(Ctrl-V allows you to enter a Ctrl character as you type.)</description>
      <pubDate>Thu, 06 Apr 2006 09:52:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-notification/m-p/4972275#M418157</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2006-04-06T09:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: email notification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-notification/m-p/4972276#M418158</link>
      <description>Ian,&lt;BR /&gt;I suspect a possible keyboard problem.&lt;BR /&gt;stty -a should show you all your keysymbols. Look for eol; is it set to ^@ ?&lt;BR /&gt;&lt;BR /&gt;you can set it with: stty eol CNTL+@&lt;BR /&gt;where CNTL means press the CNTL key.&lt;BR /&gt;Once that is sorted, you should be able to do:&lt;BR /&gt;mailx -s"test" me@myserver &amp;lt; file.txt&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Apr 2006 09:54:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-notification/m-p/4972276#M418158</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-04-06T09:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: email notification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-notification/m-p/4972277#M418159</link>
      <description>Thanks that works great :-)</description>
      <pubDate>Thu, 06 Apr 2006 10:10:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-notification/m-p/4972277#M418159</guid>
      <dc:creator>Ian Prior</dc:creator>
      <dc:date>2006-04-06T10:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: email notification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-notification/m-p/4972278#M418160</link>
      <description>Closed</description>
      <pubDate>Thu, 06 Apr 2006 10:28:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-notification/m-p/4972278#M418160</guid>
      <dc:creator>Ian Prior</dc:creator>
      <dc:date>2006-04-06T10:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: email notification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-notification/m-p/4972279#M418161</link>
      <description>Here is the settings we use for stty:&lt;BR /&gt;&lt;BR /&gt;stty erase "^H" kill "^U" intr "^C" eof "^D"&lt;BR /&gt;&lt;BR /&gt;We have it in .profile so that we don't have to set it every time we want to run vi.&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Apr 2006 10:29:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-notification/m-p/4972279#M418161</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2006-04-06T10:29:09Z</dc:date>
    </item>
  </channel>
</rss>

