30
Views
2
Comments
Automatic email you receivea fter you done applying/ feeling information for a job

I am still new to outsystems, i am currently doing a Job Application System. i have a problem here and i have tried different things but i am failing to implement this. this is a very important feature i want to implement hence why i am here for help.


I want implement an Automatic email after the user is done applying for the job. how can i do that? and also how can i make sure that when the user is filling up the personal information (email) during application it catches that user email so that after a user  is done with an application by pressing submit, must receive an email to his/her email that she/he wrote on "personal details (email)" during an application. if anybody needs a proper explanation or a more elaborative way i can do that. i am using a Reactive web app

Thank you i will appreciate the help.

2020-11-25 10-45-32
Mostafa Othman
Champion

Hello,

First thing you want to make sure that user already entered a valid email into form by making input data type email and make mandatory property equal true then in you submit button action check if form valid or not if valid you can continue submission if not stop submission and show error message or depend on OutSystems default error message for each input field (in this case if email field is empty and its mandatory OutSystems will show by default "Field required" )

Second thing you need to create you email template in same module or as best practice into another module that will include all emails of system then create required actions inside your email template to fill data into email then create action to use this email template to send it to user and that action will be called after completion of your form submission action (at the end of button submit action)

You can check following vedio for creating Email: https://www.youtube.com/watch?v=6pwZb1Ah8RU

2025-04-17 05-42-16
Ajit Kurane

Hi Awande,

Please find the attached Demo of email.

You can customise it as per your need.

Also please make sure to configure Email Configuration in service center.

Thanks,

Ajit Kurane.

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