Magento 2 – Set SMTP server via env.php

Edit the env.php file and append the following to the bottom of the array.

'system' => [
'default' => [
'system' => [
'smtp' => [
'host' => [
'value' => 'mailhog'
],
'port' => [
'value' => '1025'
],
],
],
],
],

 

Gareth
Buy Me A Coffee
back arrowBack to Index