Home
last modified time | relevance | path

Searched refs:returnPath (Results 1 – 1 of 1) sorted by relevance

/plugin/swiftmail/Swift/Plugin/
H A DMailSend.php32 protected $returnPath = null; variable in Swift_Plugin_MailSend
142 $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);