forked from lul-Jason/FinesReviewProgram
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
23 lines (16 loc) · 714 Bytes
/
config.yaml
File metadata and controls
23 lines (16 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# July 9, 2024
# Configuration file for AFN fines and fees report script
port: 25
username: ""
password: ""
# The directory from which the report should begin searching for files prefixed with al-
scriptpath: "."
# The simple mail transfer protocol server that will send notifications to AFN leads to pick up their reports
smtpserver: "sandbox.smtp.mailtrap.io"
# The sending address
email_source: ""
# Subject line in email
email_subject: "Your AFN fines and fees report is ready for pick-up"
#Email recipients; a list of strings that should contain AFN instition leads
email_recipients: ["", ""]
message: "Please check your folder on the Scholars Portal server to pick up your fines and fees report"