email-using-api
Reactive icon

Email Using API

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 07 October 2022
 by 
0.0
 (0 ratings)
email-using-api

Email Using API

Documentation
1.0.1
  1. Create UI to send email
  2. Go to client action on  which mail sending activity is performing
  3. Create server action and add logics as shown in the screenshots (Follow the screenshots with image names).
  4. If you are using only server action, then please send the multiple email ids separated by semi-colon (;) as input parameter.
  5. We have 3 input parameters to server action as (a) multiple email ids separated by semi-colon (;), (b) Subject of Email and (c) Email content in Plain Text format.
  6. Once email has been sent, you will get the same email body in mail however you've passed data for email content.