<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx/m-p/2726459#M945950</link>
    <description>Andrew, &lt;BR /&gt;You could also try making a text file (filename) then sending as&lt;BR /&gt;mailx -s  "SUBJECT" name@domain.com &amp;lt; filename&lt;BR /&gt;&lt;BR /&gt;If you are having an issue with the '@' symbol you could try holding down alt and then pressing 64 which should display the ascii character which in this case is @.  &lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Paul</description>
    <pubDate>Fri, 17 May 2002 14:05:15 GMT</pubDate>
    <dc:creator>Paul Thomson_2</dc:creator>
    <dc:date>2002-05-17T14:05:15Z</dc:date>
    <item>
      <title>Mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx/m-p/2726453#M945944</link>
      <description>I am trying to send a mail to an external address using mailx, but when I try to use the @ symbol it just changes to a new shell. I can run the same thing on a Sun box with no probs. Have I got to change some environment variable somewhere?</description>
      <pubDate>Fri, 17 May 2002 13:25:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx/m-p/2726453#M945944</guid>
      <dc:creator>Andrew Penning_1</dc:creator>
      <dc:date>2002-05-17T13:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx/m-p/2726454#M945945</link>
      <description>Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;  How are trying to send it?&lt;BR /&gt;&lt;BR /&gt;If it's a text file try&lt;BR /&gt;&lt;BR /&gt;cat filename | mailx -s "Subject Line" user@company.com&lt;BR /&gt;&lt;BR /&gt;If it's binary try&lt;BR /&gt;&lt;BR /&gt;uuencode filename filename.bin | mailx -s "Subject Line" user@company.com&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 17 May 2002 13:55:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx/m-p/2726454#M945945</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-05-17T13:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx/m-p/2726455#M945946</link>
      <description>Type alias and press enter to see if @ is aliased.&lt;BR /&gt;&lt;BR /&gt;Also mailx -s "Subject line" user@domain.com &amp;lt; filename will work.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Fri, 17 May 2002 13:58:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx/m-p/2726455#M945946</guid>
      <dc:creator>David Burgess</dc:creator>
      <dc:date>2002-05-17T13:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx/m-p/2726456#M945947</link>
      <description>Check your key mapping.&lt;BR /&gt;&lt;BR /&gt;Enter "stty -a"&lt;BR /&gt;&lt;BR /&gt;and see if "@" is mapped to something like "kill", "intr", "susp".&lt;BR /&gt;&lt;BR /&gt;If it is then map another character to these functions,&lt;BR /&gt;^C for intr&lt;BR /&gt;^U for kill&lt;BR /&gt;^Z for susp&lt;BR /&gt;etc&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Fri, 17 May 2002 13:58:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx/m-p/2726456#M945947</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2002-05-17T13:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx/m-p/2726457#M945948</link>
      <description>Try running 'stty -a'. It sounds like you might have @ set as your kill character.&lt;BR /&gt;&lt;BR /&gt;Change it with 'stty kill &lt;WHTEVER&gt;'&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John&lt;/WHTEVER&gt;</description>
      <pubDate>Fri, 17 May 2002 14:00:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx/m-p/2726457#M945948</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-05-17T14:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx/m-p/2726458#M945949</link>
      <description>Andrew, &lt;BR /&gt;You could also try making a text file (filename) then sending as&lt;BR /&gt;mailx -s  "SUBJECT name@domain.com &amp;lt; filename&lt;BR /&gt;&lt;BR /&gt;If you are having an issue with the '@' symbol you could try holding down alt and then pressing 64 which should display the ascii character which in this case is @.  &lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Paul</description>
      <pubDate>Fri, 17 May 2002 14:04:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx/m-p/2726458#M945949</guid>
      <dc:creator>Paul Thomson_2</dc:creator>
      <dc:date>2002-05-17T14:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx/m-p/2726459#M945950</link>
      <description>Andrew, &lt;BR /&gt;You could also try making a text file (filename) then sending as&lt;BR /&gt;mailx -s  "SUBJECT" name@domain.com &amp;lt; filename&lt;BR /&gt;&lt;BR /&gt;If you are having an issue with the '@' symbol you could try holding down alt and then pressing 64 which should display the ascii character which in this case is @.  &lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Paul</description>
      <pubDate>Fri, 17 May 2002 14:05:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx/m-p/2726459#M945950</guid>
      <dc:creator>Paul Thomson_2</dc:creator>
      <dc:date>2002-05-17T14:05:15Z</dc:date>
    </item>
  </channel>
</rss>

