Page 1 of 1

Help with emailing the contents of a page

Posted: Tue Dec 15, 2015 10:52 pm
by C.Moch79

hello everyone. I'm currently "stuck" on a project I'm working on. I have a page in my app that I need to have all the data enclosed into a report and then emailed when I click submit.

Image

I've tried enclosing everything in an HTML box and setting the type to FORM but I can't seem to get this to function as intended. Any help appreciated.. I'm sure it's simple and I'm overthinking it :)


Help with emailing the contents of a page

Posted: Wed Dec 16, 2015 2:17 pm
by TonyS

Well I do this with a remote php email script located on my server. I pass all the variables and style the email as I want. I also send multiples and filter recipients based on certain variables.


Help with emailing the contents of a page

Posted: Thu Dec 17, 2015 6:09 pm
by Serhii Kulibaba

Hello,

Please look at this link: https://devcenter.appery.io/documenta...

You can send any data via email. E.g. html, which is created by page's elements values


Help with emailing the contents of a page

Posted: Sat Dec 19, 2015 12:08 am
by C.Moch79

The secure proxy isn't working for me however entering it directly into settings works. not sure why. Think I've got it now... It's sending fine and the mapping is what I have to do to capture the fields.

Thanks!!! Much appreciated!