Hi,
I am trying to implement a java servlet in HCP that sends emails from logged in User's corporate email account (i.e current_user@sap.com) to any email account.
The examples at HCP documentation provides details for adding mail destination for a particular user and password only.
Can anyone please give inputs on how to provide the mail session for the logged in user based on username and password along with valid client certificate that the email server expects during SSL validation?
Since the mail destination provider is same but user and password will be different for each logged in user, is there any dynamic way to set the destination session for each of the logged in user.
Regards,
Sri