Lieszkovszky L. L.
Lieszkovszky L. L.
The solution is [described in the Wekan wiki](https://github.com/wekan/wekan/wiki/Troubleshooting-Mail)! You need to set the SMTP host in your admin panel to: `mail.example.com:587/?ignoreTLS=true&tls={rejectUnauthorized:false}&secure=false`
First of all I appreciate MudBlazor and I think it holds promise to become a great library. I also appreciate your quick response and your suggestions to _always opt to...
By "allow us to override MudFormComponent.OnParametersSet()" I mean that I could work around this issue if the following were set as protected instead of private in MudFormComponent.cs: ``` private Expression?...
In general, I've run into a lot of walls with MudBlazor where I could easily work around a problem but I cannot because so many properties/fields/methods are market private or...
I went ahead and created a pull-request as you suggested, albeit for the v6 branch. If the PR is OK I can create a PR for dev. I would argue...
@ScarletKuro thank you for your suggestions, I am new to Blazor (as you can probably tell) and appreciate your help and patience! I certainly have more experience with WPF. I...
I think we've gotten a little side tracked here. I've managed to work around all issues by creating a custom datepicker component that uses MudDatePicker internally (as I described above)....
@henon I suppose that was a but of a harsh statement for me to make, and I guess it depends on the use-case. Things could also be helped by more...