How to get the status of the email sending through the server action in reactive web app?
thanks in advance
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 APIhttps://success.outsystems.com/Documentation/11/Reference/OutSystems_APIs/Emails_API
Login to Service center->Monitoring->Emails
Filter Your Application.
Regards,
Dhivyaraj Sivam
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.
@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.
Updated the title of this question to be more meaningful.