I am trying to set up the new login methods.
My Kirby installation is in a subfolder of the domain, /cms, and when I try use reset password forms etc. I get "noreply@domain.com/cms" is not a valid email address error message.
Where do I set the default sending email address so that it isn’t just the site root?
Setting email->transport->host, email->transport->from or email->transport->username in config.php don’t work for this. Couldn’t see anything else in the docs?