<?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/4993640#M422862</link>
    <description>It was very useful and i tested. working fine.</description>
    <pubDate>Thu, 27 Jul 2006 12:24:30 GMT</pubDate>
    <dc:creator>Babukanthan</dc:creator>
    <dc:date>2006-07-27T12:24:30Z</dc:date>
    <item>
      <title>Email notification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-notification/m-p/4993636#M422858</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;How should i receive email notification saying that a job process is succesfully completed. is there any HP-UX commands availble to check that.&lt;BR /&gt;&lt;BR /&gt;Babukanthan</description>
      <pubDate>Thu, 27 Jul 2006 11:31:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-notification/m-p/4993636#M422858</guid>
      <dc:creator>Babukanthan</dc:creator>
      <dc:date>2006-07-27T11:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Email notification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-notification/m-p/4993637#M422859</link>
      <description>If the job uses return codes to indicate success, just test the $? variable. Example:&lt;BR /&gt;&lt;BR /&gt;if [ $? -eq 0 ]; then&lt;BR /&gt;  mailx -s "job finished successfully" your.email@company.com&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;As to how you should receive it -- receive it happily, since your job worked!</description>
      <pubDate>Thu, 27 Jul 2006 11:40:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-notification/m-p/4993637#M422859</guid>
      <dc:creator>Jonathan Fife</dc:creator>
      <dc:date>2006-07-27T11:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Email notification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-notification/m-p/4993638#M422860</link>
      <description>yes. available. do a little search in ITRC forums with the string email and u will get more information.&lt;BR /&gt;&lt;BR /&gt;u have assigned no points to ur responses.&lt;BR /&gt;assigning points will give you good responses.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jul 2006 11:41:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-notification/m-p/4993638#M422860</guid>
      <dc:creator>inventsekar_1</dc:creator>
      <dc:date>2006-07-27T11:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Email notification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-notification/m-p/4993639#M422861</link>
      <description>[ $? -eq 0 ] &amp;amp;&amp;amp; echo Job finished successfully at $(date). | mailx -m -s "Job Successful" your@email.addr || echo Job failed at $(date)! | mailx -m -s "Job Failed!" your@email.addr</description>
      <pubDate>Thu, 27 Jul 2006 11:51:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-notification/m-p/4993639#M422861</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-07-27T11:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Email notification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-notification/m-p/4993640#M422862</link>
      <description>It was very useful and i tested. working fine.</description>
      <pubDate>Thu, 27 Jul 2006 12:24:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-notification/m-p/4993640#M422862</guid>
      <dc:creator>Babukanthan</dc:creator>
      <dc:date>2006-07-27T12:24:30Z</dc:date>
    </item>
  </channel>
</rss>

