Please recommend a program for mass mailing (no spam).
For example I want to send my 100 employees letters not one by one but to all 100 employees at once. Optionally I would like to have a function to specify the name of each employee.
Is this email strictly internal to the companyās domain or is it going randomly over the internet?
If the former, what are your hosting arrangements?
To be honest, when we do the former i.e. all employees at once (its being strictly internal) we just use a distribution list. So all you do, as the sender, is send to the ādistribution listā and the mail system takes care of the rest. That of course is dependent on two things.
A process that maintains the distribution list in some way, as employees are created and deleted.
A mail system that supports distribution lists.
Possibly mailing list software would be an alternative to a distribution list. Itās basically the same thing.
For the latter i.e. basically a mail merge, itās a pass from me.
Edit: PS Sometimes internal communications are done better via something other than email.
If youāre looking for a more comprehensive suite of tools, Stalwart seems promising (AGPLv3), though there are some features that are pay-walled and not libre software/open source (see their FAQ for their reasoning). The mailing list feature is available on all of their tiers though.
There are pretty good guides for this using your regular office programs, as mail merges with individualized info for mass mailing are a common task. A separate app, especially an online one, may introduce privacy risks to all parties involved - there may be company policies and liability stuff involved. Mass mailing and Libre Office are powerful tools - use them wisely.
MS has itās own and if you are using for instance Libre Office, take a look at:
Thank you all for the answers.
I wanted to get such a program from the repository.
If I understood you correctly, can I use for bulk mailing, for example, the claws-mail client?
Or is it a different type of program?
I havenāt figured it out yet. I agree with JR-Fi that these services are risks and not control over my data, since all my information will be stored on someone elseās server.
Itās not free, its not open source, but a program that I use is called AventX by STR Software. (Easily searched for.) At work it mass emails hundreds a day, mostly invoices and purchase orders It also needs dedicated hardware to spit them out via SMTP. They have hung their hat working with Oracle, JD Edwards, and SAP, although these adjuncts are not required. It will also fax to your phone switch trunking with SIP or use FOIP. It also has real tech support that you pay for.
You didnāt answer my questions (which is fine) but note that mass mailing onto the internet is āhardā.
Sure, anyone can send an email in ā200ā lines of code, and hence trivially send any number of emails, but in the real world you have to contend with anti-spam and all sorts of other administrative restrictions. (It actually doesnāt matter that you arenāt sending spam or you think that you are not sending spam. What matters is what the receiving servers think.)
As an example, ignoring the fact that 100 recipients may be too trivial, receivers may take note of non-existent recipients, and if you exceed the threshold of non-existent recipients then the receiver will block you. So it becomes important to keep your distribution list up to date and accurate - over and above whatever is your choice of software.