Die Config erstmal nur auf LaTeX beschränkt damit man nicht ausversehen Mails versendet.

This commit is contained in:
Tim Schumacher 2013-01-17 23:30:46 +01:00
parent d688506625
commit 850cf7a6c8

View file

@ -5,10 +5,10 @@ exports.url = {
method: 'GET'
};
exports.publishers = ['mail','latex'];
exports.publishers = ['latex'];
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: ''
,port: ''
,secureConnection: true
@ -23,6 +23,7 @@ exports.mail = {
}
exports.latex = {
output: ''
output: 'output'
,tempDir: '/tmp/termintool'
,templates: ['kulturprogramm-ks']
}