mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor
This commit is contained in:
parent
4b1aff3862
commit
6697ae4d08
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ const settings = require('./controller/settings')
|
|||
moment.locale('it')
|
||||
const mail = {
|
||||
send(addresses, template, locals) {
|
||||
console.error('invio email via ', config.smtp)
|
||||
const email = new Email({
|
||||
views: { root: path.join(__dirname, '..', 'emails') },
|
||||
htmlToText: false,
|
||||
|
|
Loading…
Reference in a new issue