Die Config erstmal nur auf LaTeX beschränkt damit man nicht ausversehen Mails versendet.
This commit is contained in:
parent
d688506625
commit
850cf7a6c8
1 changed files with 4 additions and 3 deletions
|
@ -5,10 +5,10 @@ exports.url = {
|
||||||
method: 'GET'
|
method: 'GET'
|
||||||
};
|
};
|
||||||
|
|
||||||
exports.publishers = ['mail','latex'];
|
exports.publishers = ['latex'];
|
||||||
|
|
||||||
exports.mail = {
|
exports.mail = {
|
||||||
mda: 'sendmail' // smtp is also possible
|
mda: 'sendmail' // smtp is also possible, but not implemented yet, so are the settings bellow a bit useless
|
||||||
,host: ''
|
,host: ''
|
||||||
,port: ''
|
,port: ''
|
||||||
,secureConnection: true
|
,secureConnection: true
|
||||||
|
@ -23,6 +23,7 @@ exports.mail = {
|
||||||
}
|
}
|
||||||
|
|
||||||
exports.latex = {
|
exports.latex = {
|
||||||
output: ''
|
output: 'output'
|
||||||
|
,tempDir: '/tmp/termintool'
|
||||||
,templates: ['kulturprogramm-ks']
|
,templates: ['kulturprogramm-ks']
|
||||||
}
|
}
|
Reference in a new issue