How to add Mail Delivery Notification

Hi,

I am trying to add a mail delivery notification using Uipath but was unable to so far.

I have made the below unsuccessful attempts using OutlookSendEmail and SMTP. This option to add is not available in the properties.

Then I also tried to create a MailMessage variable to be passed in the Forward parameters of both of the above methods to send e-mails after I add set the DeliveryNotificationOptions property to OnSuccess.OnSuccess.

In all the above attempts, the e-mail is sent successfully but no delivery notifications was returned.

Has anybody managed to get that to work in UIPath please?

Hi Pierre,

I’m trying to implement the same thing as you mentioned. Did you get any solution?