Sending an automated email, which one is better, by using 1.Traditional webapp for creating emails or
2.In reactive web app it self for creating that emails. Suggest me please.
Hi Priya,
Hope you're doing good!
In OutSystems, both traditional web apps and reactive web apps can be used to create automated emails, but the choice depends on your specific requirements and preferences.
You can refer these links:
https://success.outsystems.com/documentation/11/developing_an_application/implement_application_logic/send_an_email_from_a_web_application/
https://success.outsystems.com/documentation/11/developing_an_application/implement_application_logic/emails_in_mobile_and_reactive_web_apps/
Regards,
Reactive, as traditional is on its way out. ODC doesn't have traditional, which would mean more refactor work in the future when moving from O11 to ODC.
Hi,
try another option to more loosely coupling by using SendGrid via REST API.
regards