Alpha Release 0.4.0 #131

Manually merged
niggl merged 51 commits from dev into main 2021-01-30 15:26:51 +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 {
}