Skip to content

[SMTP/Breaking] SMTP Port ENV variable has changed #240

@SachsenspieltCoding

Description

@SachsenspieltCoding

Version
2.0

Describe the bug
The env variable for the smtp port has changed. It's now SMTP_PORT instead of SMTP_HOST_PORT (ldap-user-manager 1.x) which breaks the mail functuanality. It is also wrongly documented in the docs.

see:

$SMTP['port'] = (is_numeric(getenv('SMTP_PORT')) ? getenv('SMTP_PORT') : get_config_default('SMTP_PORT'));

https://github.com/wheelybird/luminary/blob/master/docs/configuration.md#email-settings

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions