-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathassignmenttoolrc.dist
34 lines (32 loc) · 1.17 KB
/
assignmenttoolrc.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[General]
# Path to the LaTeX template to use
TexTemplate = /path/to/template.tex
# Name of the tutor, can be used in the LaTeX and email templates
TutorName = Alice Teacher
# Where to find pdflatex
PDFLaTeX = pdflatex
# Which file name to use for the produced PDFs [can contain §§username§§, §§name§§ and §§sheetnr§§ ]
PDFFilename = Exercise§§sheetnr§§_§§username§§_feedback.pdf
# Whether or not to skip local file creation if --mail is specified
NoLocalFile = false
[Mail]
# SMTP Hostname
SMTPHost = mail.provider.tld
# SMTP Port
SMTPPort = 587
# SMTP User
SMTPUser = ateacher
# SMTP Pass [if not specified here, will be prompted]
# SMTPPass = secret
# Disable TLS
NoTLS = false
# BCC to use on every outgoing email
BCC = alice.teacher@university.tld
# The subject template to use when sending emails to participants
Subject = Feedback for exercise sheet §§sheetnr§§
# The mail body template [can contain §§sheetnr§§, §§tutorname§§, §§username§§ and §§name§§]
Template = /path/to/mail_template.txt
# Sender name to use when sending emails
SenderName = Alice Teacher
# Sender address to use when sending emails
SenderAddress = alice.teacher@university.tld