Added a barebones class for handleing mail stuff

ref #118
This commit is contained in:
Nicolai Ort 2021-01-26 16:05:55 +01:00
parent 71898d576c
commit cf012c0b7e
1 changed files with 7 additions and 0 deletions

7
src/mailer.ts Normal file
View File

@ -0,0 +1,7 @@
/**
* This class is responsible for all things mail sending.
*/
export class Mailer {
}