Skip to content

Instantly share code, notes, and snippets.

View christian-fries's full-sized avatar
👨‍🎓
Student again

Christian Fries christian-fries

👨‍🎓
Student again
View GitHub Profile
@Benjamin-K
Benjamin-K / EmailFinisher.php
Created February 20, 2015 14:13
TYPO3 Neos EmailFinisher
<?php
namespace WM\StarterKit\Finishers;
/**
* @author Benjamin Klix | die wegmeister gmbh
*/
class EmailFinisher extends \TYPO3\Form\Finishers\EmailFinisher {
/**
* Extends the functionality of the default parseOption() method
@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 {