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

Delay on YouTube Feeds

Most YouTube feeds have not sent new notifications since 2023-10-02 14:20 UTC. We will be triggering a manual YouTube feeds over the next hour and all missing notifications will be sent. If you have any missing notifications after 2023-10-05 14:00 UTC please reach out to support. Update 14:00 : All updates have been sent. If you believe that you are still missing updates feel free to reach out. The rest of this post is a technical analysis of the issue. Background This was caused due to recent emergency response to YouTube WebSub notifications. The emergency response was necessary is due to the following factors. YouTube WebSub posts are not spec compliant and do not contain the required information to send notifications. Therefore FeedMail uses these notifications as a "ping" to re-fetch the feed. YouTube often sends notifications before the entries appear in the feed. The exact reason is not known but sometimes entries do not appear for up to an hour after the WebSub push. ...

Invalid DKIM Signature for Some Mail

As of 2023-07-26 FeedMail messages sent via AWS SES have an invalid feedmail.org DKIM signature. This may result in messages ending up in your spam folder. This is an ongoing issue and updates will be posted here as they are available. 2023-09-25 We have issue an update that should avoid SES re-formatting signed fields. This is a workaround but should result in valid signatures. Who is affected? This is unlikely to affect most of our users for the following reasons: 97% of our mail is sent by us directly, not via AWS. This mail still has a SPF-verified sending IP. However this may still affect users because spam filters may consider these messages less "good" than they would have been with a valid DKIM signature. The most notable Inbox Providers affected by this are Apple and Microsoft. FeedMail uses AWS SES for these providers as they reject all messages from our network provider. However other smaller providers may also have a portion of their messages sent via AWS SES. ...

Support for SMTP MTA Strict Transport Security

FeedMail now supports SMTP MTA Strict Transport Security (MTA-STS) . This standard provides receiving domains a way to attempt to indicate that incoming mail should only be delivered over a secure connection. When FeedMail receives this signal it will refuse to deliver over insecure connections (retrying mail as required). FeedMail does not currently support SMTP TLS Reporting (TLSRPT) . We will be reaching out to any existing customers who's mail may be rejected due to this change.