On Fri, May 30, 2008 at 3:08 PM, Ludwig Isaac Lim <[EMAIL PROTECTED]> wrote: > Is there another way of doing it? It seems that using temporary file is > an overkill for a one > line message, and heredocs tends to clutter the indentation of the script. I > tried : > echo "Success" | mailx -s "Test Result" [EMAIL PROTECTED] > but it fails.
Why not just use regular mail(1)? I used that here and it just worked. Besides, what was the failure saying? -- Zak B. Elep || http://zakame.spunge.org [EMAIL PROTECTED] || [EMAIL PROTECTED] || [EMAIL PROTECTED] 1486 7957 454D E529 E4F1 F75E 5787 B1FD FA53 851D _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph

