Email Basics feature/118-emails #128

Merged
niggl merged 26 commits from feature/118-emails into dev 2021-01-27 16:46:36 +00:00
Showing only changes of commit cf012c0b7e - Show all commits

7
src/mailer.ts Normal file
View File

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