Posts by dieli90 • 1 point
1 post
-
0
votes0
answers33
viewsQ: how to send a form that the user has filled in to my email with python kivy?
My goal is that the form filled by the user send me an email with the fields filled, when the user click 'complete registration' My file.py class Cadastro(Screen): def pop(self): box =…