The emails are shown to be from “Root User <root@localhost>”

You have not specified a “From” address for the email. The steps to fix this are different for the notification email and the autoreply email, see the revelant sections below.

Notification email

Open process.php and enter an email address for the $config['from'] setting. For example:

1
$config['from'] = 'company@example.com';
$config['from'] = 'company@example.com';

Autoreply email

Open process.php and enter an email address for the $config['autoreplyFrom'] setting. For example:

1
$config['autoreplyFrom'] = 'company@example.com';
$config['autoreplyFrom'] = 'company@example.com';
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy