How can I know if the email sending is successful?

If I design an email sending process in Studio, how can I proactively know if the email has been sent successfully?

Hi @shenyu

—keep the SEND OUTLOOK MAIL ACTIVITY inside the TRY block of TRY CATCH Activity
So that if that doesn’t throw any error it will surely send the mail.Add a log message
Or
If it’s throws any exception it will go to CATCH Block where choose the exception as system.exception and we can again use a SEND OUTLOOK MAIL activity.Add a log message

Hope it helps!!

Assuming you have access to that mailbox, you can just check sent messages.

or would you prefer some kind of logging to see all the mails that are being successfully sent?

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.