matomo-org / plugin-EnvironmentVariables

Allows you to specify Matomo config in environment variables instead of the config file.
12 stars 14 forks source link

Doesn't recognize Mail category #4

Open DeeGeeMan opened 5 years ago

DeeGeeMan commented 5 years ago

Setting the below environment variables don't get applied when running Matomo.

MATOMO_MAIL_TRANSPORT=smtp MATOMO_MAIL_HOST=mail-relay.example.com

tsteur commented 5 years ago

Might not work as it's maybe overwritten in config/global.php. Would need to add some special handling for this.

mbrodala commented 3 days ago

Actually works just fine. Maybe a custom port was necessary here which would require setting MATOMO_MAIL_PORT?

Tested locally by directing Matomo to a local Mailpit instance and running the ./console core:test-email command.

snake14 commented 2 days ago

Thank you for testing that @mbrodala . Is it alright to close this issue @DeeGeeMan ?