Skip to content

SMTP login with blank password #74

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...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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