Hi everyone
I am setting up a hotspot login page and want to allow unauthorised users to email me from the login page. With the reading I have done, it seems that this can only be achieved if the login page is hosted on an external server, is this the case? If so can someone point me to a resource that can guide me through how to do it?
Thanks in advance
I use an Apache server with php. It can send email.
http://php.net/manual/en/function.mail.php
I recommend using a test webpage on the server with the form to get the email part working. Then put the same form on the login.html page in the router hotspot directory. Then put the ip/domain for your Apache server in the hotspot walled garden so the form can be submitted without logging in.