Skip to content

Commit

Permalink
PSMEL-164
Browse files Browse the repository at this point in the history
* When saving settings using smtp.gmail.com, throwing error.
  • Loading branch information
smusman98 committed Aug 16, 2022
1 parent 808db11 commit c42230c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Postman/Postman-Mail/PostmanSmtpModuleTransport.php
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,18 @@ public function printWizardAuthenticationStep() {
print '</section>';
}

/**
* Returns true, to prevent from errors because it's default Module Transport.
*
* @since 2.1.4
* @version 1.0
*/
public function has_granted() {

return true;

}

/**
* Get Socket's logo
*
Expand Down

0 comments on commit c42230c

Please sign in to comment.