Igor Scheller
|
93ae2442f6
|
Formatting, syntax, typehint and namespace fixes, cleanups
|
2020-04-25 16:54:30 +02:00 |
Igor Scheller
|
82e28cba87
|
Mailer: Removed outdated configuration
|
2020-04-24 22:32:55 +02:00 |
Igor Scheller
|
18de950d8f
|
Mail log: Formatting
|
2019-10-27 13:28:40 +01:00 |
Igor Scheller
|
faf74150e9
|
Mailer: Use users locale for translation
|
2019-10-06 21:18:42 +02:00 |
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/]
```
|
2019-04-25 18:17:19 +02:00 |
Igor Scheller
|
90e1a94962
|
Make application name configurable
* Added app_name configuration option
* Extended `EngelsystemMailer` to prepend the application name to all mails
Closes #426
|
2018-10-30 22:50:22 +01:00 |
Igor Scheller
|
d36de2d26f
|
Quickfix for problems with the SmtpTransport
|
2018-09-11 16:35:28 +02:00 |
Igor Scheller
|
01e9c22695
|
Implemented mailing abstraction
Closes #434
|
2018-09-05 13:44:43 +02:00 |