"README.md" did not exist on "3b3dfadb7297c3cd019acd267f64d3708cc510ca"
- Feb 12, 2020
-
-
Thijs Kinkhorst authored
This makes it mirror how it used to work and how the twig templates work. The solution is not pretty, but the longer term solution is to just get rid of the oldui exception. Also actually run the existing EMail unit tests. That might have caught this. Closes: #1269
-
- Jan 31, 2020
-
-
Thijs Kinkhorst authored
People might do this in the past to get correct metadata (thereby breaking other email related functions). But our metadata generator will now take care of this, so we can just ignore any mailto: prefix.
-
- Dec 24, 2019
-
-
Tim van Dijen authored
-
- Oct 01, 2019
-
-
Tim van Dijen authored
PSR-12 compliancy
-
- Jul 15, 2019
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- May 13, 2019
-
-
Bryce Lowe authored
-
Bryce Lowe authored
-
- May 10, 2019
-
-
Tim van Dijen authored
-
- Mar 08, 2019
-
-
Jørn Åne authored
The old mail class uses the built-in `mail` function in PHP, and builds a payload by itself using hard-coded HTML and MIME-snippets. Let's use a library for that; PHPMailer has new dependencies and does all the heavy lifting.
-