x06174 How to change "email send from"? Table settings contains BLOBs From: noreply@dev.flarum.kitsune.solar -> From: noreply@kitsune.solar
luceos update `settings` set `value` = 'noreply@kitsune.solar' where `key` = 'email_from'; should be mostly correct; did this from the top of my head
x06174 email_from -> mail_from update `settings` set `value` = 'noreply@example.com' where `key` = 'mail_from';