Searched refs:returnPath (Results 1 – 1 of 1) sorted by relevance
32 protected $returnPath = null; variable in Swift_Plugin_MailSend142 $this->returnPath = $sender->build();143 …if ($message->headers->has("Return-Path")) $this->returnPath = $message->headers->get("Return-Path…144 …if (preg_match("~<([^>]+)>[^>]*\$~", $this->returnPath, $matches)) $this->returnPath = $matches[1];146 …t_enc, $message_body, $message->headers, sprintf($this->getAdditionalParams(), $this->returnPath));156 @ini_set("sendmail_from", $this->returnPath);