STW: ability to subscribe to community mails #760
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "max.mehl/fsfe-website:feature/stw-submails-cd"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Related to #535
This PR add a new checkbox in the STW form which enables people to sign up to the occasional community mails.
Internally, this happens by a POST request of promotion.php to the new script mail-signup.php which can be used to sign up to these mails or later the newsletter.
Currently, mail-signup.php does only support the community mails. It sends data via POST request to the community database's API.
As a bonus, this PR included a small fix for the STW form's language detection.