vaishali
3rd June 2007, 14:19
hi,
Does anyone has idea how to send mail (outlook) from baan session
Regards,
vaishali
sukesh75
3rd June 2007, 17:16
If you have access to the scripts or application customization, i guess the following couple of threads may give an idea on how to achieve it..
http://www.baanboard.com/baanboard/showthread.php?t=24917
http://www.baanboard.com/baanboard/showthread.php?t=5769
sk
Hitesh Shah
4th June 2007, 07:08
On Windows 2k and XP , IIS available by default . U have to configure the IIS smart host to point to ur actual SMTP and write an asp or VB code to send mail with / without attachment .
Using Outlook automation also u can send a message . But there it always ask a question to the user whether or not to send the message .
sukesh75
4th June 2007, 08:48
Depends on how one wants to send a mail. If you want to send an output of a report to someone, all you have to do is to have a mail profile created on the machine you want to send to with a valid mail account and at the reporting menu, you just press on the "send" option and it creates a mail message with the report attached to be sent in a .bpf format...You could automate this using some macro applications or even a vb code...
However, if you want a mail to be sent at the trigger of any event, my best guess is to have a script written within the session which does that. Or if you have the trigger module active, you could try on with that...
So which way do you want to send the mail?
sk