DarrachBarneveld / ci-swag

Project 5 for Code Institute - Diploma in Full Stack Software Development (E-commerce Applications)
0 stars 2 forks source link

User Story: Newsletter #65

Closed DarrachBarneveld closed 6 months ago

DarrachBarneveld commented 6 months ago

As a User, I can sign up for the newslette so that I stay updated with the latest news and offerings.

Acceptance Criteria:

The newsletter sign-up form is prominently displayed on the website. Upon submission of the form, the user receives a confirmation message. The user's email address is added to the Mailchimp mailing list. An automated welcome email is sent to the user upon successful sign-up.

Tasks:

Design newsletter sign-up form on the website. Implement form submission functionality. Integrate Mailchimp API to add users to the mailing list. Set up automated welcome email in Mailchimp.

DarrachBarneveld commented 6 months ago

Mailchimp newsletter created and embedded in website