Added transport class for MailOutput.

This commit is contained in:
2016-08-04 15:52:59 +02:00
parent f237e37a28
commit 1af2c621f4
4 changed files with 45 additions and 3 deletions
@@ -14,5 +14,6 @@ class StdoutTransport implements TransportInterface
public function transmit()
{
echo $this->content;
return true;
}
}