diff --git a/Classes/Plugin/DirectMail.php b/Classes/Plugin/DirectMail.php index 018d3b469..874e5b7e9 100644 --- a/Classes/Plugin/DirectMail.php +++ b/Classes/Plugin/DirectMail.php @@ -735,11 +735,6 @@ public function atag_to_http($content, $conf) $theLink = $this->getLink($theLink); - // remove mailto if it's an email link - if (strtolower(substr($theLink, 0, 7)) === 'mailto:') { - $theLink = substr($theLink, 7); - } - return $this->cObj->getCurrentVal() . ' (###LINK_PREFIX### ' . $theLink . ' )'; }