Hello , I am seeking some help to enable subscript...
# javascript
h
Hello , I am seeking some help to enable subscription.Basically whenever user clicks to subscribe button email of user to be saved in database and from next time whenever newsletters is sent it should be sent to all the subscribers.Can anyone help me
Hey
o
@User
How do you create Newsletters?
h
I have not created one yet , I will create after enabling subscribe button
o
Okay. So you don't need Subscription for this.
First, you need to know that Supabase can't handle sending the Newsletters.
In order for you do that you'll need an external email service provider.
Supabase can help you keep track of your Newsletter subscribers only and may also help verify they email address if you need that as well.
You'll need to create a table and then use the client SDK. I believe since it's a website, you'll be using the Javascript SDK.
h
Oh , I see.So is there any platform which provides me this service for subscription where I can store database, and sent simultaneously.
Yeah that needs to be done actually
So what you mean is to search for a external email service provider and then link it with supabase?
Can you explain a bit more , I am new to this
o
Well, it will be an overkill if you want to link the Email providers with Supabase. Most email providers have an API for adding subscribers.
You could search for Mailchimp and Send Grid. They are the popular ones i know of
h
I see , thanks a lot @owonwo .I am just looking at them.It was a great help will ping again for doubts
o
👍 Sure thing @User . I'm glad i could help out.
h
😁😁