tscheckl / awayfromlife-events

0 stars 0 forks source link

Newsletter/ E-Mail progress report #26

Open tscheckl opened 6 years ago

tscheckl commented 6 years ago

Users should be able to sign up for a newsletter which informs them about the current state of the project as well as features that are coming in the near future. We should look into Mailchimp for that.

tscheckl commented 6 years ago

Apparently Mailchimp doesn't allow subscribing new users to a newsletter list with client-side JS and normal http-requests. This probably requires the backend to actually sending the subscribe-request and the frontend to just tell the backend the e-mail address that needs to be registered @sergidomenechguzy . Alternative: We should also check out what we can do with Mandrill so we can maybe just send the mails ourselves.