Hi everyone, I am currently learning how to send emails in OutSystems. So far, I have learned how to send an email to my own email. How can I send an email to others?
Thank you.
You are saving the email address at GetBookingForms.List.Current.BookingForm.UserEmail
But sending it to Email.UserEmail.
If you use the variable that has the address, it will work.
(that's why I said to use debug)
Hi @Chalvina Suja Rahayu ,
Can you pls refer the below URL, If it helps.
https://success.outsystems.com/documentation/11/building_apps/sending_emails_from_apps/sending_emails/
https://www.outsystems.com/forums/discussion/78099/how-to-send-a-email/
Can you first explain in detail how you sent the email to your personal email?
Hi,
It seems you have already implemented this, but instead of using your email address, you should pass others' email addresses to send emails to them. Ensure the email address is received as an input parameter in the email block.
Hi ,
try to put Email address in 'To' Field.
Rajat
Hi, Thank you, but i want the email to send based on the user email who booked the training
Hello.
The recipient of the email is the address you type into "To". It was explained in some of your previous questions on the same subject.
If the email is not reaching the destination and always going to you, maybe you activated Test List on Service Center and all emails are being redirected to you. (uncheck this box for it to go to the "To" address)
If that is not the problem, please explain better what is happening.
When you send an email, it doesn’t matter whether it’s for you or someone else. As long as your email configuration is correct, the message should be delivered to the intended address.
Hi Chalvina Suja Rahayu,You have already asked a similar question. Please refer to this forum answer.https://www.outsystems.com/forums/discussion/101422/database-email/
Hi, I dont get the answer yet
Can you explain what you have done so far and what issue you are facing ? If it's just a matter of sending an email can you create a simple application with only the email functionality and test it ? You can find all the steps on how to do this at https://success.outsystems.com/documentation/11/building_apps/sending_emails_from_apps/#prerequisites
Once you done with it do revert in case if you are facing any issues and we can take it from there.
Hi, I already make a simple form with email, but the email is only sent to my personal email that a booking just creted. i cant send the oml because the file is too big.
Attached is a sample application for sending the email. After deploying the application to your environment follow the below steps for Email Configuration in Service Center
Do follow these steps and let me know if this works for you.
Are you debugging? Can you see what address is in ToEmailAddress variable?
And have you checked Test List like I mentioned before?
Hi, I already make my own form, but its still error, can you please check my oml?
And here the email library
hey, its finally works. thank you so much