Skip to main content

Replace FeedBurner Email Subscriptions with FeedMail

In July 2021 Google disabled FeedBurner's email notification feature. This was used by many blogs to let their users subscribe by email. It was especially common with Blogger users via the "FollowByEmail widget" which was backed by FeedBurner.

There are many alternatives for this widget with different feature sets. FeedMail is one option worth considering. In fact FeedBurner's shutdown was one of the motivating factors for the creation of FeedMail! Our founder wanted to provide email subscriptions to his blog, but all of the available options were expensive, difficult, had ads or were loaded with non-optional tracking links.

Pros

  • Multiple cost options:
  • Integration is easy, just link to your subscription page.
  • Driven by your RSS feed just like FeedBurner. No backend changes required.
  • Real-time if your feed supports WebSub. (Blogger does)

Cons

Since FeedMail is a privacy-focused and subscriber focused service there are a couple of features that you may miss from publisher-focused services.

  • No visibility into subscriber information, including email addresses.
  • No open and click tracking.
  • Currently no subscriber-count information. (If you are interested in this get in touch, we are considering providing basic anonymized information.)

Setup

  1. Go to the New Subscription page on FeedMail.
  2. Enter your blog's URL and click "Go"
  3. Copy the URL. This is your subscription link.

You can share that link with your users however you want. For example add a "📨 Subscribe via Email" link to your blog template.

  <a href="YOUR LINK HERE">📨 Subscribe via Email</a>

Comments

Popular posts from this blog

Delivery Delays to Gmail

In the past 48 hours Google has started delaying the delivery of some FeedMail notifications. This is currently affecting about 10% of messages to Gmail users. These notifications will be resent with a delay. We also speculate that some notifications will be marked as spam.   Update : As of 2023-05-09 this appears to be resolved. If You Are Affected If you use Gmail you may be affected by this. Notifications may be delayed or marked as spam. If your notifications are marked as spam you can create a filter to avoid this. Use "from:*@feedmail.org" as the rule and select " Never send it to Spam". If your notifications are delayed we are unaware of any action that you can take. However marking notifications that ended up in your spam folder as "Not Spam" may help avoid future delays.  It does appear that these emails are eventually being accepted but we are unsure if that means that they are actually ending up in users' mailboxes (or even their spam folder

Updates to HTML Processing

Since its inception FeedMail has done processing on HTML content in feeds to ensure that it renders as expected in email form. At first this was fairly simple things like rewriting URLs to point to the correct location (many feeds use non-absolute URLs that won't work in email) but over time more complex transformations were added such as adding fallback content to media embeds without any. The full-text scraping feature requires even more complex processing as it requires stripping away most of the page and handling content that was designed for full-featured browsers. What changed? Recently FeedMail has migrated all HTML rewriting to use new infrastructure. This provides more flexibility and enabled new features (such as showing controls on all media embeds) and made our processing much more reliable. What does this mean to me? As a user you shouldn't see much difference. Overall the emails you receive should be better formatted but the difference will be subtle. Full-text sc

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. &l