-
- Notifications
You must be signed in to change notification settings - Fork 73
Closed
Description
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
Labels
No labels