Simple Newsletter
Atom & RSS Feeds to Newsletter
The news that you want to hear about, delivered directly to your e-mail inbox, for free.
Enter the feed’s URI and your email to transform any Atom or RSS feed into a newsletter.
Why?
I have used RSS Feeds for a long time and I completely love them. I use them, advocate for them and try to spread the word about them.
But at the beggining of 2024 I came across this blogpost and it left me thinking.
It's true that for a lot of readers from newer generations the RSS is an old and strange technology. But for publishers the RSS (or Atom) is almost omnipresent without efforts, unlike email newsletters.
So, inspired by the great Kill the Newsletter, I decided to build this service that converts any Atom or RSS feed into a newsletter, accessible via email for any reader.
F.A.Q.
How do I subscribe?
Just input the Atom or RSS feed’s URI and your email address in the form and hit submit. You’ll receive and email to confirm the subscription.
How do I unsubscribe?
Each newsletter includes an unsubscribe link, giving you the freedom to opt-out anytime.
Is this service free?
Yes!
I’m a publisher, can I integrate this service into my website?
Definitely! Check out our documentation for easy integration instructions.
Something is wrong
Please, let me know
API Docs
Example HTML Form for publishers
<form action="https://simple-newsletter.com/v1/subscriptions/">
<input type="hidden" name="uri" value="https://your-domain.com/path/to/feed.xml">
<input type="hidden" name="return" value="https://your-domain.com/">
<label>
Email
<input type="email" name="email" required>
</label>
<button type="submit">Subscribe!</button>
</form>
Known limitations
- Currently the service sends only one newsletter per day for each subscription (Feed/E-mail combination). I'm working to improve that.