This is unlikely to be related to anything at our side, otherwise we'd obviously have hundreds of people complaining.

Nothing has changed on the code that sense mail for quite some time, too. The Library is 1.5 years old and the mail.inc.php is 1 year old. 

You should switch to using a local MTA, mostly because it'll save you having to spend ages working out why your SMTP has stopped working.

Note also that you can test alerts with ./test_alert.php script.

adam.

On 2018-08-15 21:06:24, Philippe Hurtubise <philippe.hurtubise@autolog.com> wrote:

Upgraded observium to latest version 18.7.9337 (stable)

If I do an svn update it gives me Revision 9371.

 

Before I was about 100 version behind.

 

 

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

 

What upgrade?

 

adam.

On 2018-08-15 21:01:57, Philippe Hurtubise <philippe.hurtubise@autolog.com> wrote:

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