Skip to content
Snippets Groups Projects
Unverified Commit c9fa8626 authored by Jørn Åne's avatar Jørn Åne Committed by GitHub
Browse files

Replace e-mail class with one that uses PHPMailer

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.
parent 4fdb5a3c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment