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

added functionality of sending mail when new user is created and when… #1072

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

PRANJALJAVIA
Copy link

@PRANJALJAVIA PRANJALJAVIA commented Jul 3, 2024

… any new broadcast is added then also mail sent to the registered users only backend part is completed

Issue that this pull request solves

Closes: #870

Proposed changes

when new user is registered in the website using email and password then welcome mail is sent to the user and every time when new podcast is generated then mail is send to the registered user

Backend part is added

Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • [ x ] New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (Documentation content changed)
  • Other (please describe):

Checklist

Put an x in the boxes that apply

  • [ x ] My code follows the style guidelines of this project
  • [ x ] I have performed a self-review of my own code
  • [ x ] I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • [ x ] My changes generate no new warnings
  • [ x ] My changes does not break the current system and it passes all the current test cases.

Screenshots

Please attach the screenshots of the changes made in case of change in user interface

Other information

enter mail id which is used to sent the mail to registered user in the .env file of backend
enter passkey of that mail id in the EMAIL_ID_FOR_SENDING_MAIL in the .env file of backend

… any new broadcast is added then also mail sent to the registered users
Copy link

welcome bot commented Jul 3, 2024

Thank you and congrats🎉 for opening this pull request!💖

Please make sure you have followed our Contributing Guidelines.🙌 We will test out your code and reply in a bit with some pointers and requests.💿 There may be some errors, but don't worry! We'll work through them with you! 👍🎉😄 If you haven't filled the template out, Please do so!🚀
Feel free to join our Slack Community.💖 We have different channels for active discussions.✨ Hope you have a great time there!😄

@auto-assign auto-assign bot requested a review from Kajol-Kumari July 3, 2024 16:45
Copy link
Member

@Kajol-Kumari Kajol-Kumari left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Please resolve the conflict
  • Can you attach any screenshot/recording showing the functionality?
  • Please address the below comments

backend/.env Show resolved Hide resolved
backend/utility/emailTemplates.js Show resolved Hide resolved
@PRANJALJAVIA
Copy link
Author

PRANJALJAVIA commented Jul 3, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Backend] - Mail on signup of newsletter.
2 participants