Hello Friends,
Below explanation was found in one of the old post, as how to use mail_to function in BODS script.
Here can anyone explain as what exactly is the “mail client” (is this a separate application etc) & how IT team can configure the same on the windows 2008 server.
Explanation -
You can use the functions in a Script or within Audit notifications as below:
mail_to(recipients_list, subject, message, number_of_trace_lines, number_of_error_lines)
To use this function, a Mail Client must be installed and running on the Job Server machine that calls the function. The login account for the mail client must have the same user name and password as the SAP BusinessObjects Data Services service.
The type of client varies by the operating system:
If the Job Server is on a computer running the Windows operating system, then the mail client must comply with MAPI (message application programming interface).
In addition, the mail client must be configured as the default mail client.
For example, Microsoft Outlook is a MAPI-based mail client.
Thanks.
Dvn (BOB member since 2012-11-24)