Home
last modified time | relevance | path

Searched refs:getReturnPath (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));
373 $this->command("MAIL FROM: " . $message->getReturnPath(true), 250);
442 $this->command("MAIL FROM: " . $message->getReturnPath(true), 250);
/plugin/swiftmail/Swift/
H A DMessage.php201 public function getReturnPath($smtp=false) function in Swift_Message