Send app data to email

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:

  1. Create Input and Button

  2. Add valueLogic to Input
    valueLogic

  3. Add onClick event logic to button
    add logic to button
    ButtonLogic

But keep attention, you must have your own SMTP server.

Regards, Dima

1 Like

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

@Rickus_vd_Berg,

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ā€¦

@Rickus_vd_Berg, please provide your appId here so we can check your case concretely

please do. i will appreciate the help

4A2D8AAA-6EDF-CD29-FF40-FB116F11A300

@Rickus_vd_Berg,

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?

yes i have. i get a 400 error message. arguments not defined.

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ā€