fixes #262, emails from DiceCloud should now be from no-reply@dicecloud.com

This commit is contained in:
Stefan Zermatten
2021-07-27 16:59:09 +02:00
parent c392119430
commit 0dc0bea53e
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
import { Accounts } from 'meteor/accounts-base'
Accounts.emailTemplates.from = 'no-reply@dicecloud.com';
Accounts.emailTemplates.siteName = 'DiceCloud';