mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 14:04:20 +01:00
Migrate to self hosted mailing list (#2059)
* Migrate to self hosted mailing list
This commit is contained in:
@@ -119,13 +119,11 @@ $(() => {
|
|||||||
.val();
|
.val();
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: "POST",
|
|
||||||
url:
|
url:
|
||||||
"https://ctfd.us15.list-manage.com/subscribe/post-json?u=6c7fa6feeced52775aec9d015&id=dd1484208e&c=?",
|
"https://newsletters.ctfd.io/lists/ot889gr1sa0e1/subscribe/post-json?c=?",
|
||||||
data: {
|
data: {
|
||||||
EMAIL: email,
|
email: email,
|
||||||
subscribe: "Subscribe",
|
b_38e27f7d496889133d2214208_d7c3ed71f9: ""
|
||||||
b_6c7fa6feeced52775aec9d015_dd1484208e: ""
|
|
||||||
},
|
},
|
||||||
dataType: "jsonp",
|
dataType: "jsonp",
|
||||||
contentType: "application/json; charset=utf-8"
|
contentType: "application/json; charset=utf-8"
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user