Skip to content

Instantly share code, notes, and snippets.

View toleranzen's full-sized avatar

Thomas Lorenzen toleranzen

  • Convene
  • Denmark
View GitHub Profile
@bwaidelich
bwaidelich / EmailService.php
Last active May 23, 2016 13:35
Simple Email Service for TYPO3 Flow
<?php
namespace My\Package\Service;
use TYPO3\Flow\Annotations as Flow;
/**
* @Flow\Scope("singleton")
*/
class EmailService {