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.
this is duplicate question.
https://www.outsystems.com/forums/discussion/101421/database-email/
please delete it.
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
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
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.
Hi Chalvina Suja Rahayu,please find the attached oml and you need to do some configuration in service center also
Hi @Chalvina Suja RahayuI 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 nameAnd 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