i have built an app with specific input data which is used for feedback from my employees. i want the data entered to be sent to my email. how do i do that?
Hi @Rickus_vd_Berg,
you have build and app using UI Builder or no?
The question is how to send email in UI Builder or how to send emails in general via code?
If you donāt use UI Builder, which language youāre using in your program?
Stanislaw
I am using UIBuilder. Language is English.
The data collected from the input is what I would like to have sent via email to me. So everything that my employees enter in on the app is what I would like to see on my email inbox when they hit the send button.
Hi, @Rickus_vd_Berg
I show you a simple example hot to do it:
-
Create Input and Button
-
Add valueLogic to Input
-
Add onClick event logic to button
But keep attention, you must have your own SMTP server.
Regards, Dima
I have done it. my SMTP server is running and tested successful, however its still not workingā¦
how do i go about deploying the app and send it internally to my employees to start using? i do not want it to go live on the app stores
you and your employees can simply run it by using āOpen published appā link
or by deploying published app files (in the files/web folder) to your server
this does not solve my problem. how do i give it to my employees to start using?
emails are not sending to my mailboxā¦
please do. i will appreciate the help
4A2D8AAA-6EDF-CD29-FF40-FB116F11A300
Iāve succeeded sending an email. Left a test service test method for you that worked for me.
Also Iāve published your builder app and the link https://backendlessappcontent.com/` yourAppId /
yourRestApiKey `/files/web/app/index.html shows the right content. It must be same for you, isnāt it?
nope. nothing on my side. i cannot open the link nor can i see changes on my profile or the app.
ok so ive opened the link and it responded that everything works fine and it gave me a build number, however, im still stuck with having the app downloaded to my cellphone.
I cannot change the ābodyā of the email that i am receiving. it keep on saying ātest bl emailsā i change the body to the page data that i want, but each time i send it sends me an email saying ātest bl emailsā
You have to deploy your logic first before invoking it, have you done it?
i know its very simple. the only thing i want is to see the data displayed on the page after my employees have completed it, in my email. basically a screen shot after it has been completed. Iām happy with the app and the contents. help me with that please?
Hello,
I looked into your app. I didnāt see the ātestā API service. Instead, there is āNTR_Trailersā service with method ātestā. I tried invoking that method and it worked fine. I believe you should be receiving a few emails based on the logic of the service.
Please let me know what other outstanding issues you experience. Weāll be glad to help.
Regards,
Mark
Hi Mark. i am getting the test email. i just received it now. but it is not solving my issue. i want to see the data entered on the app.
Iād like to use the app as a report from my employees. so whatever they enter on the app, i want to receive on an email when they hit the āsendā button
Ok, thank you for confirming regarding the email. As for seeing the data entered on the app, please educate me on what has been done. Where is the app? Has it been tested? How does it work? I need more information to understand whatās going on. Specifically, it would be very helpful to focus on specific things such as āfeature X doesnāt workā