<?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, html and non-Unix network path in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957727#M815005</link>
    <description>Doesn't this work?&lt;BR /&gt;&lt;BR /&gt;mailx -ms 'A/R Report' tweinstock@foleylaw.com &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A target="_blank"&gt;Report&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;By using forward-slashes with the file protocol, you don't have to worry about escaping back-slashes.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 05 May 2003 17:43:45 GMT</pubDate>
    <dc:creator>Jordan Bean</dc:creator>
    <dc:date>2003-05-05T17:43:45Z</dc:date>
    <item>
      <title>sendmail, html and non-Unix network path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957709#M814987</link>
      <description>Hi all!&lt;BR /&gt;&lt;BR /&gt;I am hoping someone can help with this issue I am having in sending HTML e-mails from Unix to Outlook.  I have everything working great, except that when I try to specify a link from the HTML e-mail to a network server, I am losing some of the \'s in the network path.  I have tried using 4 \'s so that the path starts with \\servername, but it is still only outputting one \ to Outlook.  The unix file that's created looks perfectly fine.  Here is the actual output to the Unix file and to Outlook (when using "view source"):&lt;BR /&gt;&lt;BR /&gt;Unix file:&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;A href="\\servername\tmp\SABE023234.html" target="_blank"&gt;023234&lt;/A&gt;&lt;/FONT&gt; &lt;BR /&gt;&lt;BR /&gt;What Outlook is getting:&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;A href="\servername" mp="" target="_blank"&gt;023234&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;Any help would be greatly appreciated!!&lt;BR /&gt;Thanks much!&lt;BR /&gt;Tom</description>
      <pubDate>Wed, 23 Apr 2003 15:42:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957709#M814987</guid>
      <dc:creator>Tom Weinstock_1</dc:creator>
      <dc:date>2003-04-23T15:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail, html and non-Unix network path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957710#M814988</link>
      <description>How are you sending it?  What MTA, and what method of getting to the MTA?&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Wed, 23 Apr 2003 15:51:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957710#M814988</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2003-04-23T15:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail, html and non-Unix network path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957711#M814989</link>
      <description>"(Address info... HTML stuff )" | sendmail -t</description>
      <pubDate>Wed, 23 Apr 2003 15:54:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957711#M814989</guid>
      <dc:creator>Tom Weinstock_1</dc:creator>
      <dc:date>2003-04-23T15:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail, html and non-Unix network path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957712#M814990</link>
      <description>Have you tried using mailx instead?  Build the file, then do something like:&lt;BR /&gt;&lt;BR /&gt;mailx -s "subject here" address@domain.xxx &amp;lt; file.html&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and see if this improves your results.&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Wed, 23 Apr 2003 15:59:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957712#M814990</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2003-04-23T15:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail, html and non-Unix network path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957713#M814991</link>
      <description>Well, it works - kind of - I see that correct path, etc...but it is not formatted HTML...it's just the raw source code.&lt;BR /&gt;&lt;BR /&gt;I appreciate your suggestions!&lt;BR /&gt;&lt;BR /&gt;Tom</description>
      <pubDate>Wed, 23 Apr 2003 17:30:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957713#M814991</guid>
      <dc:creator>Tom Weinstock_1</dc:creator>
      <dc:date>2003-04-23T17:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail, html and non-Unix network path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957714#M814992</link>
      <description>Anothet thought... maybe try the mailx with the -m option to not mime encode it, just to see what outlook does with the file then. &lt;BR /&gt;&lt;BR /&gt;I don't have outlook running here, otherwise I'd test this myself.&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Wed, 23 Apr 2003 17:45:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957714#M814992</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2003-04-23T17:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail, html and non-Unix network path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957715#M814993</link>
      <description>Same results.  Thanks though.</description>
      <pubDate>Wed, 23 Apr 2003 18:47:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957715#M814993</guid>
      <dc:creator>Tom Weinstock_1</dc:creator>
      <dc:date>2003-04-23T18:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail, html and non-Unix network path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957716#M814994</link>
      <description>Hi Tom,&lt;BR /&gt;&lt;BR /&gt;Coud you give me a hint how you did send html format to outlook ?&lt;BR /&gt;&lt;BR /&gt;Thx &lt;BR /&gt;&lt;BR /&gt;Radim</description>
      <pubDate>Thu, 24 Apr 2003 05:36:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957716#M814994</guid>
      <dc:creator>Radim Jarosek</dc:creator>
      <dc:date>2003-04-24T05:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail, html and non-Unix network path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957717#M814995</link>
      <description>Please post *exactly* how you generate this mail on the HP-UX side. Your example in your second response is incomplete and invalid.&lt;BR /&gt;&lt;BR /&gt;To me it looks like the "\" is interpreted as an escape character, i.e. for example&lt;BR /&gt;echo "\\" &lt;BR /&gt;wil output a single backslash because the first one means to take the next one literally.</description>
      <pubDate>Thu, 24 Apr 2003 08:21:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957717#M814995</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2003-04-24T08:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail, html and non-Unix network path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957718#M814996</link>
      <description>*Instead of* the last echo do:&lt;BR /&gt;&lt;BR /&gt;cat &amp;lt;&amp;lt;-'E@O@F'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;...&lt;A href="\\servername\tmp\test.html" target="_blank"&gt;Test&lt;/A&gt;&lt;A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;E@O@F&lt;BR /&gt;&lt;BR /&gt;Note the *exact* syntax.&lt;BR /&gt;The single quotes around the first E@O@F means that what follows (upto the next E@O@F) is not interpreted, i.e. the double backslash is kept.&lt;BR /&gt;&lt;BR /&gt;The minus before the first E@O@F means that any leading tabs are stripped (I do not know whether you want that or not.&lt;BR /&gt;&lt;BR /&gt;For details, see the description of "&amp;lt;&amp;lt;[-]word" in the "Input/Output" section of the sh-posix(1) manual page ("man sh-posix | col -b &amp;gt;/tmp/manpage ; view /tmp/manpage").&lt;BR /&gt;&lt;BR /&gt;I hope this helps.&lt;/A&gt;</description>
      <pubDate>Thu, 24 Apr 2003 12:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957718#M814996</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2003-04-24T12:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail, html and non-Unix network path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957719#M814997</link>
      <description>Here is the code:&lt;BR /&gt;&lt;BR /&gt;( &lt;BR /&gt;echo "From: HP-UX" &lt;BR /&gt;echo "To: tweinstock@foleylaw.com" &lt;BR /&gt;echo "Subject: A/R Report" &lt;BR /&gt;echo "Content-Type: text/html; charset=us-ascii" &lt;BR /&gt;echo "Content-Transfer-Encoding: 7bit " &lt;BR /&gt;echo "MIME-Version: 1.0" &lt;BR /&gt;echo "" &lt;BR /&gt;echo " &lt;BR /&gt;&lt;BR /&gt;...&lt;A href="\\servername\tmp\test.html" target="_blank"&gt;Test&lt;/A&gt;&lt;A&gt;&lt;BR /&gt; &lt;BR /&gt;" &lt;BR /&gt;) | sendmail -t &lt;BR /&gt;&lt;BR /&gt;This works fine...it comes over as HTML and looks fantastic, except for the link to a network server.  As I said in the first posting, I tried using 4 \'s to get the \\servername to come over correctly, but I only get one \ instead of two.  Also, from what I can tell, the \t (for the \tmp folder) appears to be coming over as a tab. &lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks for the help guys, I truly appreciate it.&lt;BR /&gt;&lt;BR /&gt;Tom&lt;BR /&gt;&lt;/A&gt;</description>
      <pubDate>Thu, 24 Apr 2003 13:03:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957719#M814997</guid>
      <dc:creator>Tom Weinstock_1</dc:creator>
      <dc:date>2003-04-24T13:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail, html and non-Unix network path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957720#M814998</link>
      <description>One more thing to note...in my example above, I put \\servername but the actual server name begins with an "f" and from what I can tell, the \f puts in, what appears to be, a carriage return.&lt;BR /&gt;&lt;BR /&gt;Not sure if it's actually a CR or not, but it looks like it when I "view source".&lt;BR /&gt;&lt;BR /&gt;Tom</description>
      <pubDate>Thu, 24 Apr 2003 13:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957720#M814998</guid>
      <dc:creator>Tom Weinstock_1</dc:creator>
      <dc:date>2003-04-24T13:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail, html and non-Unix network path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957721#M814999</link>
      <description>Sigh, time problems again. My response *precedes* yours.</description>
      <pubDate>Thu, 24 Apr 2003 13:21:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957721#M814999</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2003-04-24T13:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail, html and non-Unix network path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957722#M815000</link>
      <description>I got this when I tried to execute the file.&lt;BR /&gt;&lt;BR /&gt;Syntax error at line 14 : `&amp;lt;&amp;lt;' is not matched. &lt;BR /&gt;&lt;BR /&gt;Tom</description>
      <pubDate>Thu, 24 Apr 2003 13:27:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957722#M815000</guid>
      <dc:creator>Tom Weinstock_1</dc:creator>
      <dc:date>2003-04-24T13:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail, html and non-Unix network path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957723#M815001</link>
      <description>I took the ' - ' out of the cat expression and I think we're in business.  I need to do some more testing.  Thanks so much for your help!!&lt;BR /&gt;&lt;BR /&gt;Tom</description>
      <pubDate>Thu, 24 Apr 2003 13:29:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957723#M815001</guid>
      <dc:creator>Tom Weinstock_1</dc:creator>
      <dc:date>2003-04-24T13:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail, html and non-Unix network path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957724#M815002</link>
      <description>I am glad that it seems to be working.&lt;BR /&gt;&lt;BR /&gt;As to the error: Note the *exact* syntax. If possible, copy-and-paste it because web-browsers often use silly fonts.&lt;BR /&gt;&lt;BR /&gt;cat &amp;lt;&amp;lt;-'E@O@F'&lt;BR /&gt;&lt;BR /&gt;is&lt;BR /&gt;&lt;BR /&gt;cat&lt;SPACE&gt;&lt;LESS-THAN&gt;&lt;LESS-THAN&gt;&lt;MINUS&gt;&lt;SINGLE-FORWARD-QUOTE&gt;E&lt;AT&gt;O&lt;AT&gt;F&lt;SINGLE-FORWARD-QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Frank "I hate silly fonts!" Slootweg&lt;/SINGLE-FORWARD-QUOTE&gt;&lt;/AT&gt;&lt;/AT&gt;&lt;/SINGLE-FORWARD-QUOTE&gt;&lt;/MINUS&gt;&lt;/LESS-THAN&gt;&lt;/LESS-THAN&gt;&lt;/SPACE&gt;</description>
      <pubDate>Thu, 24 Apr 2003 13:37:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957724#M815002</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2003-04-24T13:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail, html and non-Unix network path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957725#M815003</link>
      <description>Everything is working great now!!  Thanks very much for your help!&lt;BR /&gt;&lt;BR /&gt;Me = Happy Camper&lt;BR /&gt;&lt;BR /&gt;Thanks again!&lt;BR /&gt;&lt;BR /&gt;Tom</description>
      <pubDate>Thu, 24 Apr 2003 14:26:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957725#M815003</guid>
      <dc:creator>Tom Weinstock_1</dc:creator>
      <dc:date>2003-04-24T14:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail, html and non-Unix network path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957726#M815004</link>
      <description>I'm baaaaack...&lt;BR /&gt;&lt;BR /&gt;Everything is working great except when I send these e-mails to Outlook 2002 users.  Outlook 2002, it seems, automatically disables any scripting in HTML formatted e-mails.  (see Microsoft's KB article # 295957.&lt;BR /&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;295957)" target="_blank"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;295957)&lt;/A&gt;  I have been researching this for a couple of days and if I am understanding things correctly, Outlook 2002 will allow these scripts to work if the e-mail is sent from an authenticated user.  So, my questions are... &lt;BR /&gt;&lt;BR /&gt;First, is this right?  If so, has anyone sent messages from their Unix system (using sendmail) that have been digitally signed? and if so, how is this done?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for any help you can offer.&lt;BR /&gt;&lt;BR /&gt;Tom</description>
      <pubDate>Mon, 28 Apr 2003 19:20:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957726#M815004</guid>
      <dc:creator>Tom Weinstock_1</dc:creator>
      <dc:date>2003-04-28T19:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail, html and non-Unix network path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957727#M815005</link>
      <description>Doesn't this work?&lt;BR /&gt;&lt;BR /&gt;mailx -ms 'A/R Report' tweinstock@foleylaw.com &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A target="_blank"&gt;Report&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;By using forward-slashes with the file protocol, you don't have to worry about escaping back-slashes.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 May 2003 17:43:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-html-and-non-unix-network-path/m-p/2957727#M815005</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2003-05-05T17:43:45Z</dc:date>
    </item>
  </channel>
</rss>

