-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpagemail.conf
29 lines (28 loc) · 1.3 KB
/
pagemail.conf
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
[email]
; Name of email sender, default is PageMail
email_name = PageMail
; Email address, default is [email protected]
email_address = [email protected]
; Text of the success email, default is:
; 'Subject: $subject, view: $view_url, admin: $admin_url'
success_text = Subject: $subject, view: $view_url, admin: $admin_url
; Text of failure email, default is "Couldn't find a good MIME part"
failure_text = Couldn't find a good MIME part.
; Array of valid senders, default is empty
; Emails to replace with, empty (default) means to leave unchanged
; These need to map 1:1 in order with the senders_list
; Accepted mime types in ascending order of preference,
; default is: text/plain,text/html
mime_types = text/plain,text/html
[web]
; Name appended to pages, default is PageMail
sitename = PageMail
; Base URL for website, default is yourdomain.tld
domain = yourdomain.tld
; Secret value for session (cookie) integrity. Right now, this
; isn't a significant security concern - but the cookie could
; be further used in the future. You can generate one via:
; dd if=/dev/urandom bs=30 count=1 | base64
cookie_secret = abcdefghijklmnopqrstuvwxyz0123456789