On Tuesday, March 17, 2020 at 8:43:39 AM UTC-7, Peter Hendriks wrote: > > I am a newbie. I have forms on my website with a send button. Actually > they work fine without an error, but there is a significant problem. I do > not receive the by clients filled out forms in my G-mailbox. >
The normal behavior for an HTML form is to send data to the server via a POST request. In web2py, the URL in the POST request would direct this to a controller function. For the data to be sent to a mailbox, the controller function would need to put the data into an email message body and send it to an email server. Some servers are running in an environment that provides a local email server, but there are also various 3rd-party services (like mailchimp,sparkpostmail.com, or smtp.gmal.com [requires some extra stuff for security settings between app and gmail]) . /dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/5845b90d-88e1-460c-8610-797aaf570a26%40googlegroups.com.