136
Views
5
Comments
Solved
How to get the status of the email sending through the server action in reactive web

How to get the status of the email sending through the server action in reactive web app?

thanks in advance

2022-08-03 04-32-50
Ravi Punjwani
Solution

Hi Ajay,

I'm not sure if I understood your question correctly, but assuming that you're looking to have statuses of emails sent from your environment to be displayed in a reactive app.

If that's the case, then you can access some interal data about emails by adding some dependencies from System module.

Description about these entities are given here in the official documentation of Email API
https://success.outsystems.com/Documentation/11/Reference/OutSystems_APIs/Emails_API

2022-12-12 06-07-07
Dhivyaraj Sivam

Hi Ajay,

Login to Service center->Monitoring->Emails

Filter Your Application.


Regards,

Dhivyaraj Sivam

2025-02-20 04-52-48
Ajay P

Hi Dhivyaraj Sivam ,

Thanks for reply, But I want to intimate the user about the status without help of service cneter help, could you please help me with this.

2022-08-03 04-32-50
Ravi Punjwani

@ajay padmanaban the status of email won't be available immediately as it is queued only at the time of calling the email action. You can however check the statuses of emails later from the entities I've described in my previous comment.

2022-08-03 04-32-50
Ravi Punjwani
Solution

Hi Ajay,

I'm not sure if I understood your question correctly, but assuming that you're looking to have statuses of emails sent from your environment to be displayed in a reactive app.

If that's the case, then you can access some interal data about emails by adding some dependencies from System module.

Description about these entities are given here in the official documentation of Email API
https://success.outsystems.com/Documentation/11/Reference/OutSystems_APIs/Emails_API

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Updated the title of this question to be more meaningful.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.