@Jonathan Thank you very much, it's working, for everyone need this is my working code.And this MDaemon server is for test so I try things but I don't edit files in the production one. <...
Noé
Posts made by Noé
-
Pre-filling the Email Field in a Webmail Login Form Using URL Parameters
-
Pre-filling the Email Field in a Webmail Login Form Using URL Parameters
@Jonathan Thank you, but is there a way to do this without modifying the underlying code, or is there an option in the admin interface? I would prefer not to touch the webmail code, especially...
-
Pre-filling the Email Field in a Webmail Login Form Using URL Parameters
Hello, Thank you for your help. It works, but it's not perfect yet. Thanks to you, I was able to make some adjustments. The problem is that I can't display the @ symbol on the login page; it show...
-
Pre-filling the Email Field in a Webmail Login Form Using URL Parameters
Thank you, but it still doesn’t work. I want to do this because, in my company, we have several webmails, and I am developing a page that asks users for their email to perform DNS queries to...
-
Pre-filling the Email Field in a Webmail Login Form Using URL Parameters
Hi @Jonathan Ehman, Thanks for your help! Unfortunately, it's still not working. I'm not the best developer and I'm having a bit of trouble understanding everything. I changed my `Domains.ini` fi...
-
Pre-filling the Email Field in a Webmail Login Form Using URL Parameters
Hello, I need your help to pre-fill the email field in the login form. Here is the relevant line of code: <input type="email" name="User" id="User" value="" placeholder="E-mail" /> I would...