mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +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')
|
moment.locale('it')
|
||||||
const mail = {
|
const mail = {
|
||||||
send(addresses, template, locals) {
|
send(addresses, template, locals) {
|
||||||
console.error('invio email via ', config.smtp)
|
|
||||||
const email = new Email({
|
const email = new Email({
|
||||||
views: { root: path.join(__dirname, '..', 'emails') },
|
views: { root: path.join(__dirname, '..', 'emails') },
|
||||||
htmlToText: false,
|
htmlToText: false,
|
||||||
|
|
Loading…
Reference in a new issue