-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Correcting the Join the Newsletter option #49
Comments
Hey @RiteshS1, Thanks for showing interest in tackling this issue! I'd be happy to assign it to you, but before I do, could you walk me through how you plan to implement this feature in detail? Also, before jumping in, I recommend giving the Readme.md a thorough read. It'll help you get a solid grasp of the project's goals and purpose. Plus, check out the Contributing.md file for some handy guidelines that’ll make your contribution process smoother, especially if you're new around here. If you run into any questions or need help along the way, don’t hesitate to reach out! |
Thanks @ajaynegi45 And yes, i did checkout the Readme.md and Contributor Guidelines! Do assign me the issue along with the Hactoberfest and GSSOC labels |
Thanks for your input! Before we proceed, could you provide more details on how the email addresses are going to be stored and when the newsletters will be sent out? Which service are you planning to use for sending the newsletters? Currently, the input field is disabled because no functionality has been implemented yet. Please clarify this part so I can move forward. |
Oh about that; well I've knowledge of only one such platform to do so ie MailChimp; its quite easy with that as you just need to have the api key with the main account and it can be used to store & send customized mails u can also automate it like the big mncs but I dont know if its in the free plan or not; I havent done any automation before but we can still send mails to 500 subscribers yeah thats the limit jus checked! |
Implement it. Send a welcome email to new subscribers |
Sure, on it! |
You can use https://resend.com for sending email. |
I just had a new mailchimp acc setup but no worries; I'm fine with this too! |
Hei @ajaynegi45 Then I thought to give MailChimp a try & over their too facing a similar issue.... Now I'm gonna finish this using Nodemailer |
I have sent the PR along with my deployed version for testing! |
I have added labels and give you highest points 35 |
Thanks mate! |
complete this task fast |
Actually I'm working on more than 2 projects rn so it may take a day or two given the response time; however major issue is already solved in the newsletter so it shouldnt take much time! Also dont forget to assign this issue:) |
Store them where I can send them bulk email. To new Updates |
As I shared before in to store and send bulk mails we aare gonna need a paid plan for MailChimp/Resend also being the owner of domain you'll need to verify it too! Still I would search for any free platform to do so if any , and let yk.. |
The idea I'm thinking of is to store emails somewhere, and then use Nodemailer to retrieve them one by one and send out newsletters. This process should be fully automated. |
I searched bro ; we cant do that for free! If you still want me to send a PR with my nodemailer implementation for welcome mails then lemme know |
We don't need any services for that we can code for that. |
Ok, but thats a long shot ig as our process to achieve this is gonna be like first combining a database for storing subscriber emails, an admin interface for composing newsletters, and then Nodemailer for sending emails..I have worked on MongoDB multiple times before and we can use it for our purpose so; If you could handle the database setup (MongoDB cluster, users, etc.), then provide me with the connection string, username, and password, I can take it from there. Let me know once you have that in place, and we’ll get started! |
hey @ajaynegi45 , i want to work on this issue , if @RiteshS1 don't want to work on this issue |
could you please assign this to me |
Bro can you please share your approach if you are planning to implement this without setting up any database?? |
Is this a new issue?
Bug Description
The Join the Newsletter option is not responding as its not even taking user input!
Steps to Reproduce
No response
Screenshots
Would you like to work on this issue?
Yes
Implementation Plan
No response
The text was updated successfully, but these errors were encountered: