Skip to main content

Providing Email Subscriptions to your Readers with FeedMail

If you offer a blog with an RSS feed you can reach more users by offering email subscription as well.

FeedMail provides an easy-to-integrate newsletter that has no cost to you. Just select one of the implementation strategies below.

Implementation Options

Link

The easiest option is to provide a link to the subscribe page. First got to the FeedMail New Subscription page.

Enter your website's URL and click "Go". 

Then copy the URL from your browser's address bar. This the the URL to subscribe to your website! It should look something like https://feedmail.org/subscriptions/new?url=https%3A%2F%2Fyour-site.example.

You can then link to that URL from your site. For example if you are using raw HTML in your design it would look something like:
<a href="https://feedmail.org/subscriptions/new?url=https%3A%2F%2Fyour-site.example">Click here to subscribe by email.</a>

 Subscribe Button

To use a button simply add the following code to your website.

<form action="https://feedmail.org/subscriptions/new"> 
<input type=hidden name=url value="https://your-site.example/feed.xml">
<button>Subscribe via Email</button>
</form>

Just update the URL to point at your site or feed.

FAQ

Do My Readers Have to Pay?

It is up to you.

By default FeedMail is a paid service. We offer 400 free updates to each new user. Depending on your update frequency users can likely subscribe for years before they need to pay.

Alternatively you can choose to cover the costs of your subscribers. Click here for information on how you can provide your users free subscription.

Can I Access Subscribe Stats or Contact Info?

You can not. User privacy is important to FeedMail and our privacy policy forbids us from sharing this information with third-parties.

FeedMail is great for easy setup but if you want more information on subscribes you should consider a different service instead.

How Fast Will Messages Go Out?

For information about FeedMail processes your feed check out our Feed Owner FAQ.

Comments

Popular posts from this blog

Digests are Coming

Up to this point FeedMail has only supported real-time notifications. Meaning that every feed update immediately produces a single email. However this is about to change! When we asked for feedback on the features you would like to see in FeedMail we had a number of users reach out saying that they wanted a way to batch notifications together. We saw two main reasons for this: To reduce noise in their inbox. For some high-volume feeds users wanted to be able to quickly skim, then delete the entire batch in one go. While deleting one-by-one offers more flexibility, the bulk option is easier for high-volume feeds. To reduce costs. While we believe that our prices are incredibly reasonable, they can add up if you are getting lots of updates. For example if you follow a feed that updates every 15min that will be about $35 a year (or half price if you buy your credits in bulk). Not super expensive but maybe more than you want to spend for a single feed! Digests provide and option for cost

Digests Leave Beta

Thanks everyone who has helped evaluate digests over the past weeks. All of the blocking issues are now resolved and we will be releasing them soon. Once digests are officially released there will be links to them from the FeedMail site and pricing information added to our homepage. Price Increase Part of the purpose of the beta was to evaluate the cost of providing digests and see how they would be used. We have decided upon final pricing which we hope will be sustainable for years to come. Digests issues will cost 1 credit per 5 feeds. Note that this is feeds included in an issue , not total feeds that target a particular digest. It also does not matter how many new items a feed has. So if you have a digest with 200 feeds configured but this morning's issue only has new items from 2 of them it will cost 1 credit. If 14 feeds update the next day that issue will cost 3 credits. If the day after has no updates it will cost nothing. This new pricing takes effect no earlier than 202

Update to Date-based Entry Ignoring

TL;DR FeedMail will now ignore new items 7 days older than a previously seen item. This is expected to affect almost no "true" new posts. In theory checking to find new entries for a feed is a simple process. Download the feed. Check the ID of each entry to see if you have seen it before. However the real world is much messier. It is recommended for feed IDs to be URLs (to ensure global uniqueness) however this results in many feeds just using the URL that the article is available at. However these URLs sometimes change, and poorly designed feed generators update the ID of existing entries to the new URL. From a protocol point of view these are completely new entries, however to a user these are duplicates. In order to reduce the effect of this common issue on our our users FeedMail has some simple mitigations for posts that have recorded published dates. If the entry is older than a year always ignore it. If the entry is older than the 10th newest post in the feed ignore it.