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';