Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to the Power Users community on Codidact!

Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.

Comments on Easiest way to set up a mailing list

Post

Easiest way to set up a mailing list

+3
−0

What is the easiest way to set up a mailing list? The goal is to send an email to one address, and it gets automatically re-sent to everyone who is currently subscribed to that list.

Ideally, the solution should:

  • Not require much technical expertise from the admin (no setting up your own mail server and configuring)
  • Allow recipients to subscribe and unsubscribe on their own, without action needed from list admin
  • Be able to handle a small number of recipients (less than 100-1000).
  • Be a free service
  • Not require creating onerous accounts (for example, Google phone verification, requiring street address, credit card on file, etc.) - accounts without too much information required are fine, piggybacking off an existing account (like Gmail) is also okay
  • Some sort of anti-spam countermeasure is okay, but I'd like to avoid something excessive like solving a captcha for each message sent

The goal is not to spam people. I can't really prove this, but feel free to recommend solutions that would not work well for spamming.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

Resources? (2 comments)
Resources?
manassehkatz‭ wrote 5 months ago

The answer will depend a lot on (a) whether you have a commercial hosting service available (many include mailing list capability - The Codidact organization uses that for newsletters), (b) what operating systems you have and/or are willing to install, (c) whether or not you have an email domain you control (as opposed to "a gmail address" or similar), whether you are willing to spend any money on it (on an ongoing basis). There are plenty of solutions - but most require either a server (virtual/hosted is OK) you control or a monthly/yearly service fee of some kind.

Indeed it would. I tried to address these by adding points like "free service" and "not technically complex" - which in my mind would exclude commercial hosting and custom email domains.

As for the OS, I was thinking of some online service. If you're asking the OS, that sounds like you're about to recommend installing a mail server and all that, which would make it out of scope for my requirements and probably not a good answer.