Commit Graph

9 Commits (efe62792e1e512132faf2a0690cd2e5b7c3499da)

Author SHA1 Message Date
Igor Scheller 6a79aaeeaa Replaced swift mailer with symfony mailer
Igor Scheller 11c3a762b8 Remove space from email subjects
Igor Scheller ec355d40f5 Added user related factories
Igor Scheller 149155fbda Added email notification on new news
Igor Scheller 351fc1f749 PHPUnit upgrade to 9.1, PHP upgrade to 7.3
Igor Scheller faf74150e9 Mailer: Use users locale for translation
Igor Scheller 79c92da8c1 Formatting
```bash
php-cs-fixer fix --allow-risky=yes --rules=@PSR2,psr4,mb_str_functions.php_unit_construct,php_unit_ordered_covers,trailing_comma_in_multiline_array --rules='{"array_syntax": {"syntax":"short"}}' [tests/|src/]
```
Igor Scheller 90e1a94962 Make application name configurable
* Added app_name configuration option
* Extended `EngelsystemMailer` to prepend the application name to all mails

Closes 
Igor Scheller 01e9c22695 Implemented mailing abstraction
Closes