How to test the SMTP

Checklist
[x ] I have read intro post: About the Installation Issues category
[x ] I have read the tutorials, help and searched for similar issues
[x ] I provide relevant information about my server (component names and versions, etc.)
[x ] I provide a copy of my logs and healthcheck
[x ] I describe the steps I have taken to trouble shoot the problem
[x ] I describe the steps on how to reproduce the issue

Hello everyone,

I allow myself to join you because I encounter a small problem of SMTP.

Here is what happens:

I had at my disposal a passbolt server with a working SMTP.

Following a complete change of my network addressing on my machine (ip address, gateway and mask)

I manage to return to my passbolt server on the Web but as soon as I enter my email address to recover my account, I do not receive any email. However, my smtp was correct by default.

So I would like to know where I could go to check the values ​​of my smtp and also do sending tests? Because I no longer have access to the web config panel which allowed me to test my smtp

Waiting for your return,

Oh and i put this on my passbolt config but when i try to send a mail it’s not work

// Email configuration.
‘EmailTransport’ => [
‘default’ => [
‘host’ => ‘localhost’,
‘port’ => 25,
‘username’ => ‘user’,
‘password’ => ‘secret’,
// Is this a secure connection? true if yes, null if no.
‘tls’ => null,
//‘timeout’ => 30,
//‘client’ => null,
//‘url’ => null,
],
],

Could you run the following in the database?
select email, subject, error, created, sent from email_queue;

This will let us know what the error with the email sending is.

Also the config file is no longer used for email settings, it is stored in the database

I have the answer and sorry for wasting your time.

My firewall block the email. When i unlock the smtp to the server.

He work sorry :cold_sweat: