How do you create an email template on the UI
Hi Devon,
Please check respactive details on below links:
Traditional Web Apps
https://success.outsystems.com/Documentation/11/Developing_an_Application/Implement_Application_Logic/Send_an_Email_From_a_Web_Application
Reactive Web Apps
https://www.outsystems.com/forums/discussion/54704/email-widget-in-reactive-web-applications/
Hi Devon
On the Interface tab you need to firstly add a UI Flow, after that you can right click on the UI Flow and choose Add Email. Once you have it, you can create the template you need.
look this post about email, i think that help you:
https://www.outsystems.com/forums/discussion/38013/library-of-email-templates/
Or in this component you can see email layout examples:
https://www.outsystems.com/forge/component/921/silk-ui-sample-pages/
Regards.
E-mails are just a type of Screens in OutSystems, so you can use Expressions to fill in the variable parts. Note however, that E-mails can only live in Traditional Web Apps, not in Reactive Web Apps.