diff options
Diffstat (limited to 'Postman/PostmanOptions.php')
-rw-r--r-- | Postman/PostmanOptions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Postman/PostmanOptions.php b/Postman/PostmanOptions.php index af88b18..b32d738 100644 --- a/Postman/PostmanOptions.php +++ b/Postman/PostmanOptions.php @@ -603,7 +603,7 @@ if ( ! class_exists( 'PostmanOptions' ) ) { * @see PostmanOptionsInterface::getSenderEmail() */ public function getSenderName() { - return $this->getMessageNameEmail(); + return $this->getMessageSenderName(); } /** |