Scenario: You want to send out emails using the SMTP but you also want to have a different from email addresses pr. user.
Solution: What we normally do is that we store the email on the user in SAP and we then get the email from there. So something like:
SQL: SELECT E_Mail FROM OUSR WHERE USER_CODE = '$[USERNAME]'
in the email "from" -field will get the email from the user in SAP.
Screenshots:
Please note that this is field is usually ignored by SMTP providers.
Comments
1 comment
Dear Rasmus Jensen,
We have followed the steps but we are getting error like below
Regards,
Naresh M
Please sign in to leave a comment.