Skip to content

SMTP login with blank password #74

@tomaspribyl

Description

@tomaspribyl

Hi, its possible update SmtpMailerClass to work with blank smtp password? Now its skip login on

if ($this->username != null && $this->password != null) {

but change to

if ($this->username != null && $this->password !== null) {

solve this.

Some email debug tools accept only logins with username without password...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions