summaryrefslogtreecommitdiff
path: root/Postman/PostmanOptions.php
diff options
context:
space:
mode:
Diffstat (limited to 'Postman/PostmanOptions.php')
-rw-r--r--Postman/PostmanOptions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Postman/PostmanOptions.php b/Postman/PostmanOptions.php
index 20d3a04..110014e 100644
--- a/Postman/PostmanOptions.php
+++ b/Postman/PostmanOptions.php
@@ -279,7 +279,7 @@ if ( ! class_exists( 'PostmanOptions' ) ) {
endswitch;
}
public function getUsername() {
- if ( defined( POST_SMTP_AUTH_USERNAME ) ) {
+ if ( defined( 'POST_SMTP_AUTH_USERNAME' ) ) {
return POST_SMTP_AUTH_USERNAME;
}
@@ -289,7 +289,7 @@ if ( ! class_exists( 'PostmanOptions' ) ) {
}
public function getPassword() {
- if ( defined( POST_SMTP_AUTH_PASSWORD ) ) {
+ if ( defined( 'POST_SMTP_AUTH_PASSWORD' ) ) {
return POST_SMTP_AUTH_PASSWORD;
}