Updated interpolations
This commit is contained in:
		@@ -17,7 +17,7 @@ import { MailServerConfigError } from './errors/MailErrors';
 | 
			
		||||
export class Mailer {
 | 
			
		||||
    private templateDir = path.join(__dirname, '/templates');
 | 
			
		||||
    private transport: Mail;
 | 
			
		||||
    private static interpolations = { eventname: config.eventname }
 | 
			
		||||
    private static interpolations = { copyright_owner: config.copyright_owner }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Main constructor.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user