This repository was archived by the owner on Dec 13, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
// two ways to address the email
4
4
// option 1) manually set the list
5
- $ email_to = "dgu@cs.stanford.edu " ;
5
+ $ email_to = "example@example.org " ;
6
6
7
7
// option 2) use the list maintainer so people can sign-up for the list (and
8
8
// leave) on their own (recommended)
25
25
"forks": 2,
26
26
"private": 1,
27
27
"owner": {
28
- "email": "chris@ozmm.org ",
28
+ "email": "",
29
29
"name": "defunkt"
30
30
}
31
31
},
34
34
"id": "41a212ee83ca127e3c8cf465891ab7216a705f59",
35
35
"url": "http://github.com/defunkt/github/commit/41a212ee83ca127e3c8cf465891ab7216a705f59",
36
36
"author": {
37
- "email": "chris@ozmm.org ",
37
+ "email": "",
38
38
"name": "Chris Wanstrath"
39
39
},
40
40
"message": "okay i give in",
45
45
"id": "de8251ff97ee194a289832576287d6f8ad74e3d0",
46
46
"url": "http://github.com/defunkt/github/commit/de8251ff97ee194a289832576287d6f8ad74e3d0",
47
47
"author": {
48
- "email": "chris@ozmm.org ",
48
+ "email": "",
49
49
"name": "Chris Wanstrath"
50
50
},
51
51
"message": "update pricing a tad",
Original file line number Diff line number Diff line change 9
9
define ('SEND_HTML_EMAIL ' , false );
10
10
define ('SEND_DIFF ' , true );
11
11
12
- define ('EMAIL_FROM ' , 'noreply@yuba.stanford.edu ' );
12
+ define ('EMAIL_FROM ' , 'noreply@example.com ' );
13
13
14
14
// some constants for HTML tags
15
15
define ('HTML_HEADER ' , SEND_HTML_EMAIL ? '<html><body> ' : '' );
You can’t perform that action at this time.
0 commit comments