Hi,

It was working until the upgrade.

I am using SMTP configured in the /opt/observium/config.php file.

 

Here is the config part in the file.

// Configuration pour enovyer des courriels

$config['email']['backend'] = 'smtp';                   // Protocol

$config['email']['smtp_host'] = '10.10.1.248';          // Outgoing SMTP server name.

$config['email']['smtp_port'] = 25;                     // The port to connect.

$config['email']['smtp_timeout'] = 10;                  // SMTP connection timeout in seconds.

$config['email']['smtp_secure'] = NULL;                 // Enable encryption. Use 'tls' or 'ssl'

$config['email']['smtp_auth'] = FALSE;                  // Whether or not to use SMTP authentication.

$config['email']['smtp_username'] = NULL;               // SMTP username.

$config['email']['smtp_password'] = NULL;               // Password for SMTP authentication.

 

Thanks

 

From: observium <observium-bounces@observium.org> On Behalf Of Adam Armstrong
Sent: Wednesday, August 15, 2018 3:58 PM
To: observium@observium.org
Subject: Re: [Observium] Email notification

 

You probably need to provide just a tiny bit more information...

 

Or, you know, any information at all.

 

adam.

On 2018-08-15 20:55:25, Philippe Hurtubise <philippe.hurtubise@autolog.com> wrote:

Hi,

After upgrading to latest version, email notification stopped working.

Thanks

 

Philippe Hurtubise