TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Is there a way to send to a mailing list from my own server?

3 pointsby waspightalmost 3 years ago
Is it possible these days to send emails from my backend server directly? I am worried about that the emails would not get through to the receiver. My use case would be to maintain my mailing list without having to share all emails with a service like mailchimp, which could be an issue due to gdpr.

2 comments

johnklosalmost 3 years ago
It is certainly possible, although you have to deal with the reputation of your server&#x27;s current IP addresses.<p>If you don&#x27;t want to deal with that, you can still run the list yourself and just smarthost through a legitimate email provider. If you&#x27;re afraid of leaking addresses, just find one that does short term or no logging.
gjvcalmost 3 years ago
<a href="https:&#x2F;&#x2F;list.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;list.org&#x2F;</a>