
so i got a input on my website in that input you enter a email address and click proceed. After that the email is sent to the database, how do i make it so after every 2 days the email gets sent to the people that signed into newsletter, the email content is same every time, sorry for bad english
edit: is this approach even good?
TL;DR
Developers seeking help with setting up a recurring newsletter system for users who sign up on a website through an input field, where an email is sent to the database. They want to send the same email every two days to the subscribers. They're unsure if this approach is effective. Approach would involve setting up a cron job to trigger the regular sending of emails based on a schedule.Recommended threads
- I am getting a 401 unauthorized response...
I have a Next.js application that stores user PDFs. I'm able to save them normally, but when trying to access the files using getFileView, I get a 401 Unauthori...
- i wanna get user oauth2 provider details...
Trying to get the OAuth2 session returns empty data. I'm using Discord as the provider.
- Error: User (role: guests) missing scope...
If I go to a protected page as an authorized user and logout from that page and get redirected to the login page, I get the following error: Error: User (role:...
