OT?: Emailing from within filepro

Tom Palmquist tjpalmquist at adelphia.net
Wed May 26 14:20:55 PDT 2004


Tom Aldridge wrote:
> 
> I did as Mark suggested and am now calling sendmail as follows:
> 
> /usr/sbin/sendmail -s "Vacation_Requests" tla at aldridgeinc.com
> </tmp/vacations
> 
> I also changed the group numbers according to the web link suggested.
> 
> However, now:
> 
> 1`) Printed to screen just after the command runs, comes:
> 
> "/home/filepro/dead.letter... Saved message in /home/filepro/dead.letter"
> 
> 2) The email is sent but the subject doesn't appear to the recipient.
> 
> Any other ideas?
> 
> Thanks in advance for your help.
> 
> _______________________________________________
> Filepro-list mailing list
> Filepro-list at lists.celestial.com
> http://mailman.celestial.com/mailman/listinfo/filepro-list

Tom,

The following syntax works for me:

cat /tmp/vacations | mail -s "Vacation Requests" tla at aldridge.com

you'll notice that I added quotes to the subject and removed
the underscore. You normally would not need quotes using the
phrase with the underscore.

This works on the two flavors of linux and the 2 versions of
SCO 5.X that we have. Try it, you'll like it. It's just like 
Chicken soup, "It can't hurt"........etc.

My .02

Tom
-- 
+------------------------------------------------------------+
| Tom Palmquist                   Virtual Software Systems   |
| Voice: (412) 835-9417           P.O. Box 815               | 
| Fax: (412) 835-9419             Bethel Park, PA 15102-0815 |
|               Web site: http://www.vss3.com                |
+------------------------------------------------------------+


More information about the Filepro-list mailing list