Change the notification e-mail addres

Hi all,

Due to rebranding we are looking to change the e-mail address that the notifications come from. How would I go about that?

Any assistance gratefully received.
Adam.

Hi @Adam ,

You will find the e-mail address configuration on /etc/passbolt/passbolt.php configuration file if installed from Debian/Ubuntu package, else in /var/www/passbolt/config/passbolt.php.

It is in the Email section:

    'Email' => [
        'default' => [
            // Defines the default name and email of the sender of the emails.
            'from' => ['admin@domain.tld' => 'Passbolt'],
            //'charset' => 'utf-8',
            //'headerCharset' => 'utf-8',
        ],
    ],

Regards,

Great, thank you very much @AnatomicJC