forked from jbroadway/pubmail
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.php
More file actions
26 lines (19 loc) · 858 Bytes
/
settings.php
File metadata and controls
26 lines (19 loc) · 858 Bytes
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
; <?php /* LEAVE THIS LINE FOR SECURITY PURPOSES
; Sign up for free at messagepub.com to get your API key.
; NOTE: Depricated, since messagepub.com is no longer.
messagepub_api_key = ""
; Set this to the admin username for sending emails
admin_username = "default"
; Set this to the admin password for sending emails
admin_password = "default"
; This is the default subject line for new emails.
; You can change it for each message in the admin area.
default_subject = "Monthly Newsletter"
; This is the From address for sent emails.
email_from = "You <you@example.com>"
; This is a private key that ensures your unsubscribe link
; isn't abused by rivals and bad guys. Set it to a random
; combination of letters and numbers, for example
; "sdfg897sdfg789ds678asdf879dfsg87687969sdf".
unsubscribe_key = ""
; LEAVE THIS LINE FOR SECURITY PURPOSES */ ?>