42
Views
6
Comments
database, email
Question

Hi everyone, so i want to create a booking form where any new booking request will be sent to the admin's email for review. Once the request is approved or rejected, an email notification will be sent to the person who made the booking. thank you.

LatihanKesekian.oml
2022-12-30 07-28-09
Navneet Garg

this is duplicate question. 

https://www.outsystems.com/forums/discussion/101421/database-email/

please delete it.

2020-07-21 19-28-50
Rajat Agrawal
Champion

Hi @Chalvina Suja Rahayu 

I saw your OML you do nothing to related Email .
Please try to read about how to do Email configuration and how to send the Email from the outsystems side.
Please refer below link which are very helpful for your task.

https://www.youtube.com/watch?v=5mXM9RhCdRo&t=1781s

https://www.outsystems.com/forums/discussion/98020/setting-up-email-using-gmail/

https://www.outsystems.com/forums/discussion/92352/email-configuration/

Regards ,

Rajat

2024-12-18 16-06-42
Junaid Syed

Hello Chalvina,

What is your question here? Are you stuck on something? You are likely to get better assistance if you ask specific questions about your issues.

Thanks,

Junaid

UserImage.jpg
Nani

Hi, @Chalvina Suja Rahayu 

First check whether your environment Email Configuration is done, if not you can not make a email.
Well you can find in ServiceCenter > Administration  > Email.
Make sure you have configured.

How you can Create a Email, right click on UIFlow which popups a option please select AddEmail.


2026-02-16 05-51-10
Sahana K

Hi Chalvina Suja Rahayu,
please find the attached oml and you need to do some configuration in service center also

LatihanKesekian updated.oml
2026-02-25 07-20-39
P Anantha Raman

Hi @Chalvina Suja Rahayu
I think this is duplicate question.

First do the Email Configuration in Outsystems Service center.

In that configuration your using Default sender Mail for Example "abc@gmail.com" 
For that same email ("abc@gmail.com") Go to Gmail--> Manage Account --> Security -->2FA-->Generate password.

After Generating 16-digit password paste it for Password field in service center.

And for Username give the same Gmail name

And do required logic in outsystems for sending mail using Sendmail Widget.

After all you can be able to send Mail.

Note: The Default Sender Mail in Service center, The password You're generating and in service studio, Sendmail From mail address all should be same.

For SMPT configuration I have attached image for your reference. 

Hope it Helpful.

Thanks

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