Reframework Send Outlook Email Throws No Error but No Email Received

Hi all,

My Send Outlook Email for SystemException Initialization phase is not throwing any error in the run, and i have also logged it to see if it’s passing the activity or not, it does - but I do not receive any email in my Outlook inbox.

Have tried opening Outlook in the background/hardcoding the email account in “To” /assigning value to str_emailreceiver just before the Send Outlook activity- all still the same problem happens.

Ive been trying to solve this for days. pls help if possible. thanks

be sure the email you are sending from and to are both correct.

and also try use the send exchange

“587” - Port
smtp.office365.com” - server

How to set up a multifunction device or application to send email using Microsoft 365 or Office 365 | Microsoft Docs

Or send smtp

POP, IMAP, and SMTP settings for Outlook.com - Outlook (microsoft.com)

problem is my other Send outlook email activity in other workflows works just fine,
just in this Send Outlook for Initialization SystemException is not working, not sure what went wrong