cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

I am using below command to send mail using exec but getting error as shown.

i have changed code to 8 and printed it as per a blog and getting below error now.

0 Likes
View Entire Topic
0 Likes

Hi there.

Data Services has a built in smtp_to function that you can utilize. It leverages the settings configured on your database server, If you have 'database mail configured' on a sql server. The below option should work for you. Here's a link explaining how it's configured (SAP Data Services – Mailing Functionality)

Within your Application Server, go to your SAP Data Services Server manager and under the miscellaneous tab, configure your smtp settings and apply.

Within your script you click on the function button and select the system options.

Select smtp_to and enter relevant details.

Hope this helps