How to handle mailing list? #3237
edwinthinks
started this conversation in
Ideas
Replies: 1 comment
-
We're leaning toward just using a standard emailing vendor with built-in subscribe/unsubscribe features and then including a link to sign-up from a few places in the app. A scenario Scott dredged up was a user who uses the app but doesn't want to get things on the mailing list. They should have the ability to unsubscribe, but that would require more work to support if we're dumping the list from the app. Note: Edwin asked in Slack if there are recommendations for vendors that would be free or super cheap at our scale. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there,
I wanted to start this discussion to solve an issue we currently have regarding maintaining a mailing list. Currently, what we do is do a SQL query to fetch all emails in our platform and manually bulk upload the list onto Mailchimp. Then we send off updates to our users via Mailchimp.
Here are a few problems we want to address:
Looking to find any new suggestions on how to do this. Ultimately, would like us to move forward with a decision and update the process.
Beta Was this translation helpful? Give feedback.
All reactions