Roman Walters
Roman Walters
### What version of `astro` are you using? 1.0.0-beta.72 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? npm ###...
## Detailed description The left menu is covering the content and makes it unreadable in Firefox for Android. ### What browser are you working in? Firefox 103.2.0 for Android ##...
I installed on Hetzner CX21 with Ubuntu 18.04. I am only using the jitsi container. When I activated UFW on the host with `sudo ufw allow ssh` `sudo ufw allow...
Will it be possible to send HTLM-Mails with formplug in near future or are there restrictions at AWS?
These changes will send a confirmation mail if user changes the email address in profile form. The email address will only be changed if the address is confirmed. The user...
If the logged in user can change the e-mail address in his profile, this new e-mail address should be validated by a new confirmation code sent to this new e-mail...
Please see: https://processwire.com/talk/topic/20733-e-mail-issues-with-loginregisterprofile-module/?tab=comments#comment-179661 Line 677 Please change `$mail = new WireMail();` to `$mail = wireMail();` to make use of WireMailSmtp
https://processwire.com/talk/topic/20733-e-mail-issues-with-loginregisterprofile-module/?tab=comments#comment-179677 As @BitPoet pointed out, please insert `$mail->set("newline", "\n");` in line 678 to prevent problems with some Mailserver or -clients