javp75
7th July 2005, 19:25
Hi, I´m looking for a tool to send a baan report by e-mail but my last program session is linked to a library and also to an other program.

mark_h
7th July 2005, 20:14
If you search for email on the board you should see several posts and solutions on how to email Baan reports.

Viplov
8th July 2005, 09:06
Hi Javp75

For sending reports from server you need to run a below script from the server end.

uuencode (path of the file) (file name) | mailx -b (email ID of sender) -s (Subject of the mail) -r (receipient email id)


Hope it works.


Viplov

javp75
8th July 2005, 23:46
thanks, I'll try it