@Noé That's great. I'm glad I could help.
Jonathan
Posts made by Jonathan
-
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
I'm kind of surprised, since it's clear from looking at the Logon page that it is already being modified (the entire branding div is being hidden or removed). According to my quick search, PHP's s...
-
Pre-filling the Email Field in a Webmail Login Form Using URL Parameters
@Noé Excellent. It looks like you've already modified the Logon.html previously, so that shouldn't be too difficult. Just add the follwoing to the <script type="text/javascript"> that...
-
Pre-filling the Email Field in a Webmail Login Form Using URL Parameters
@Noé Here's what you need to do. You need to set the cookie for "User" in your PHP script. It should be something like this: <?php if ($_SERVER["REQUEST_METHOD"] == "POST") { ...
-
Pre-filling the Email Field in a Webmail Login Form Using URL Parameters
@Noé This setting is not correct: WorldClientAPI:AllowTheseExternalOrigins=Yes The correct format is as follows: WorldClientAPI:AllowTheseExternalOrigins=https://example.com;https://local...
-
Pre-filling the Email Field in a Webmail Login Form Using URL Parameters
@Noé This will not be a useful setting value. WorldClientAPI:AllowTheseExternalOrigins=Yes It needs to be a semi-colon separated list of origins, e.g.: https://mail.example.co...
-
Pre-filling the Email Field in a Webmail Login Form Using URL Parameters
Hi Noé, It depends on where this template is located. For example, if you want to prefill it with information from WorldClient, you need it to be in the WorldClient\Templates directories. ...
-
Fonts for WEBMAIL
Hi Vladimir, The short answer is, yes, you can do this for CKEdtior in the WorldClient, and LookOut themes. However, it will require you editing the Compose.html templates under MDaemon/WorldClien...
-
Webadmin mailing list manager missing MEMBERS tab
Great! Thanks for letting us know :)
-
Webadmin mailing list manager missing MEMBERS tab
Make a backup copy of MDaemon\WebAdmin\Templates\interface_templates.wdm Open the file in a text editor like notepad++ or a code editor like VS Code. search for [$Mailing Lists$] just below that...
-
Webadmin mailing list manager missing MEMBERS tab
My apologies, I spoke too soon. You'll need to wait for the next version to be able to see the tab again, unless you feel comfortable editing the interface_templates.wdm file.
-
Webadmin mailing list manager missing MEMBERS tab
It did disappear. This is fixed for the next version of MDaemon. To see the tab again, add yourself as a list admin.
-
Possible bug in the public calendar event creation
Hi Andrea, Thanks for reporting this. The calendar is expecting "create" permissions, as opposed to "insert" permissions in order to create items on the calendar. So, as a work around between now ...
-
Webmail Pro template small css override ?
Thank you for the clarification, Axel. We'll take it into consideration for a future version. Perhaps additional options in the Message List Layout dialog to make these features configurable. Plea...
-
Webmail Pro template small css override ?
At present, there are no options for customizing the Pro theme with stylesheets. I'll add this to the wishlist. However, can you please be more specific regarding "But I do find it less 'readable'...
-
Cannot send as a shared inbox
Hi Giovanni, This is a limitation of Webmail. However, there is another way to setup an address that multiple users can send messages to. To set up ticketing that allows multiple users to have ac...
-
Multiple concurrently access via webmail to same account
MDaemon Webmail only allows one user to be signed in to an account at a time. However, for multiple people to access the same messages, you can share the folders of the one user to anyone who need...
-
2-Factor Authentication not working
@Bill Roland Anytime. I'm glad that's all it was. Thanks for letting us know.
-
2-Factor Authentication not working
Hi Bill, Please make sure that the time on the server is correct and matches up with the time on your phone. They do not have to be in the same time zone, but the minutes do need to be within 1 di...
-
Lockout theme dont find information in Folders Mdaemon 23.0
This should be fixed for the next minor version of MDaemon.