]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/Emailer.php
Use the existing VAPID key generation
[friendica.git] / src / Util / Emailer.php
index 203f3b4f766c558690f9a63d58c65adf447a9744..8116fbf85017d646e03969a87e409aaee96d292c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -143,7 +143,6 @@ class Emailer
                }
                if ($countMessageId > 0) {
                        $this->logger->warning('More than one Message-ID found - RFC violation', ['email' => $email]);
-                       return false;
                }
 
                $email_textonly = false;