Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Backend Functionality for Email Sending #89

Merged
merged 5 commits into from
Oct 30, 2024

Commits on Oct 27, 2024

  1. - Modified existing codes for newsletter subscription and unsubscript…

    …ion:
    
      - Enhanced the subscription logic to check for existing subscribers and manage reactivation.
      - Implemented the unsubscription logic to handle user requests using a unique token.
    - Integrated JavaMailSender for sending subscription confirmation emails:
      - Set up email configuration to enable sending emails via Gmail.
      - Added functionality to send an email notification to users upon successful subscription.
    shreya5653 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    0e978fc View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    baca430 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Done the required changes

    shreya5653 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a2c1797 View commit details
    Browse the repository at this point in the history
  2. Done the required changes

    shreya5653 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    99fc452 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    00779eb View commit details
    Browse the repository at this point in the history