Home
last modified time | relevance | path

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

/plugin/swiftmail/
H A DSwift.php369 … if (!($has_return_path = $message->getReturnPath())) $message->setReturnPath($from->build(true));
464 if (!$has_return_path) $message->setReturnPath("");
/plugin/swiftmail/Swift/
H A DMessage.php77 $this->setReturnPath(null);
191 public function setReturnPath($address) function in Swift_Message