The newsletter subscription feature in the footer section is currently not functioning as expected. After entering a valid email address and clicking the Subscribe button, no confirmation or subscription email is received by the user.
Steps to Reproduce
Open the GitHub Tracker website
Scroll to the footer section
Enter a valid email address in the subscription field
Click the Subscribe button
Expected Behavior
A confirmation/success email should be sent to the entered email address, or at least a success message should appear after successful subscription.
Actual Behavior
No email is received and there is no visible feedback indicating whether the subscription was successful or failed.
Possible Cause
Missing backend integration for email service
API endpoint not connected
SMTP/EmailJS/Resend configuration issue
No frontend validation or success/error handling
Suggested Fix
Integrate a proper email service for newsletter subscriptions
Add success/error toast notifications
Validate email submission response properly
Handle API failures gracefully
Environment
Browser: Google Chrome
OS: Windows 10
Screenshot

The newsletter subscription feature in the footer section is currently not functioning as expected. After entering a valid email address and clicking the Subscribe button, no confirmation or subscription email is received by the user.
Steps to Reproduce
Open the GitHub Tracker website
Scroll to the footer section
Enter a valid email address in the subscription field
Click the Subscribe button
Expected Behavior
A confirmation/success email should be sent to the entered email address, or at least a success message should appear after successful subscription.
Actual Behavior
No email is received and there is no visible feedback indicating whether the subscription was successful or failed.
Possible Cause
Missing backend integration for email service
API endpoint not connected
SMTP/EmailJS/Resend configuration issue
No frontend validation or success/error handling
Suggested Fix
Integrate a proper email service for newsletter subscriptions
Add success/error toast notifications
Validate email submission response properly
Handle API failures gracefully
Environment
Browser: Google Chrome
OS: Windows 10
Screenshot