Page 1 of 1

Send Email from my Form

Posted: Thu Oct 27, 2022 8:54 pm
by PaulZl
It would be nice to code a Form so the user of my app can send me an email to my email address, like sending help request or bug report.

Hope you understand my poor english!.

PaulZl

Re: Send Email from my Form

Posted: Fri Oct 28, 2022 6:07 am
by plouf
Veryy difficult to impossible to create such a form in client only side.
Most of the work must be done in server side

Nothinkg wxtra needed to be inplemented to do this
Just send data to server side script (php?)
Withh http request or whatever method you like