on 2022 Apr 28 5:21 AM
Request clarification before answering.
The feature is not yet released.
If you need to implement your solution , please go ahead with the solution that Daniel had proposed.
But that is possible only if your case has Alerts.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have successfully sent an email via an automation. I did this within the new SAP Process Automation (SPA) but can be done in a similar way in RPA standalone:
If correctly configured, it will appear in the lobby under Mail Server:
I created an Alert in my project. Use whatever settings you want.
In my automation, I added a Raise Alert activity, and had it point to the alert I just created:
Deploy the automation.
FInally, go to the lobby under Settings> Alert Handlers, and create an alert handler for the alert you previously created. I used a static email address but you can create dynamic addresses in your alert.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The above was for SPA, which is what I would recommend using. For iRPA, the configuration looks like this:
In SPA, you create destination:
And then it will appear in SPA:
I followed this post in regards to port: https://answers.sap.com/questions/13247132/mail-destination-connection-error.html
IMPORTANT: You need to think through security carefully.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here is the documentation for that: https://help.sap.com/docs/PROCESS_AUTOMATION/a331c4ef0a9d48a89c779fd449c022e7/4f2d36db614241c9850b9e...
You will need to deal with security, because by default Google will not allow you simply to send your user and password to connect from an unknown app.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.