Skip to content

Instantly share code, notes, and snippets.

View tboock's full-sized avatar
🚀

Thorsten Boock tboock

🚀
View GitHub Profile
@tboock
tboock / MailService.php
Last active August 29, 2015 14:15 — forked from bwaidelich/EmailService.php
TYPO3 Flow EmailService
<?php
namespace Vendor\MyPackage\Mail;
use TYPO3\Flow\Annotations as Flow;
use TYPO3\Flow\Configuration\ConfigurationManager;
use TYPO3\Flow\Log\SystemLoggerInterface;
use TYPO3\Flow\Mvc\Routing\Router;
use TYPO3\Flow\Mvc\Routing\RouterInterface;
use TYPO3\Flow\Reflection\ObjectAccess;
use TYPO3\Fluid\View\StandaloneView;