<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Shoplytics</title>
    <description>The latest articles on DEV Community by Shoplytics (@shoplytics).</description>
    <link>https://dev.to/shoplytics</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F285226%2F278faa65-6903-4a91-a09b-e4438a2f9039.jpg</url>
      <title>DEV Community: Shoplytics</title>
      <link>https://dev.to/shoplytics</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shoplytics"/>
    <language>en</language>
    <item>
      <title>You must start using AWS SES today. Here's why and how.</title>
      <dc:creator>Shoplytics</dc:creator>
      <pubDate>Sun, 02 Mar 2025 11:57:09 +0000</pubDate>
      <link>https://dev.to/shoplytics/you-must-start-using-aws-ses-today-heres-why-and-how-2mmb</link>
      <guid>https://dev.to/shoplytics/you-must-start-using-aws-ses-today-heres-why-and-how-2mmb</guid>
      <description>&lt;p&gt;Every often i keep seeing a post to the tune of .....&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;"My 'Email Service Provider' has increased prices. What do i do now"?&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Here's why this is happening.&lt;/p&gt;

&lt;p&gt;A lot of consolidation has happened in the email industry over the last few years. Most of the better Email Service Providers (ESP's) have been acquired.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Sendgrid&lt;/strong&gt; has been acquired by &lt;strong&gt;Twilio&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mailgun&lt;/strong&gt; has been acquired by &lt;strong&gt;Sinch&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mailchimp&lt;/strong&gt; has been acquired by &lt;strong&gt;Intuit&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Postmark&lt;/strong&gt; has been acquired by &lt;strong&gt;ActiveCampaign&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;..... and so on.&lt;/p&gt;

&lt;p&gt;The result, more often than not, has been a &lt;a href="https://en.wikipedia.org/wiki/Rent-seeking" rel="noopener noreferrer"&gt;rent-seeking-behavior&lt;/a&gt; on part of these (and other) ESP's. Free plans have gone away or have been tweaked and you are forced to pay more for nothing extra in return. You are in a hostage situation.&lt;/p&gt;

&lt;p&gt;Here's what i suggest you must do.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;You should start using AWS SES.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The knight in shining armor has always been &lt;a href="https://aws.amazon.com/ses/" rel="noopener noreferrer"&gt;AWS SES&lt;/a&gt;. They have had the same price sine a looong time - $1 per 10,000 emails.&lt;/p&gt;

&lt;p&gt;I'm not asking you to move lock-stock-barrel to SES.&lt;/p&gt;

&lt;p&gt;NO.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Start to look at AWS SES as your Plan-B.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Start by using SES as your secondary email service provider. Move a tiny part of your transactional and/or marketing workloads to SES. Keep doing this over a period of a few months till AWS SES becomes your primary ESP.&lt;/p&gt;

&lt;p&gt;It's free to open an AWS account and takes a &lt;a href="https://docs.aws.amazon.com/ses/latest/dg/request-production-access.html" rel="noopener noreferrer"&gt;tiny effort&lt;/a&gt; to get production access to SES.&lt;/p&gt;

&lt;p&gt;There's three ways you can start this process.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Direct integration with AWS SES:&lt;/strong&gt; I would recommend this if you are a Developer and have mostly transactional email needs. &lt;a href="https://docs.aws.amazon.com/ses/latest/APIReference/Welcome.html" rel="noopener noreferrer"&gt;AWS SES API&lt;/a&gt; is quite comprehensive. The documentation is exhaustive and you should be able to figure things out with minimal effort. This will cost you almost ZERO, apart from your time and effort. Even if you have high volumes SES is just $1 per 10,000 emails.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Use a cloud SaaS that integrates with AWS SES:&lt;/strong&gt; There are quite a few out there. I would recommend SENDUNE (&lt;a href="https://sendune.com" rel="noopener noreferrer"&gt;https://sendune.com&lt;/a&gt;) for its overall simplicity, ease of use, and generous free tier. The paid plan is a low $24 per month for 250,000 emails.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Self host an email application that hooks into SES:&lt;/strong&gt; This is the best option if you are familiar launching and managing servers. Again, there are quite a few software's available here. I would recommend Sendy (&lt;a href="https://sendy.co" rel="noopener noreferrer"&gt;https://sendy.co&lt;/a&gt;). You can start with EC2 or a DigitalOcean droplet and &lt;a href="https://sendy.co/forum/discussion/920/best-ec2-instance-for-sendy#gsc.tab=0" rel="noopener noreferrer"&gt;scale&lt;/a&gt; according to your needs.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If you do not like any of the above options, just do an online search. There are other services that let you use AWS SES to send emails. Choose one and get started today.&lt;/p&gt;

&lt;p&gt;You will thank me in a couple of months.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Why would anyone fund a company $20m?</title>
      <dc:creator>Shoplytics</dc:creator>
      <pubDate>Wed, 19 Feb 2025 11:12:33 +0000</pubDate>
      <link>https://dev.to/shoplytics/why-would-anyone-fund-a-company-20m-2i13</link>
      <guid>https://dev.to/shoplytics/why-would-anyone-fund-a-company-20m-2i13</guid>
      <description>&lt;h3&gt;
  
  
  "Why would anyone fund a company $20m for providing a service  that is no different from many-many others?
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;This article is highly opinionated. Please bear with me. Someone is&lt;br&gt;
always wrong on the internet and today might be my day to be wrong.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I'm talking about a company called &lt;strong&gt;Resend&lt;/strong&gt; (resend.com) which launched in 2023 and has raised $20+ million.&lt;/p&gt;

&lt;p&gt;AND,&lt;/p&gt;

&lt;p&gt;I want to compare it with &lt;strong&gt;SENDUNE&lt;/strong&gt; (sendune.com), a product that my &lt;a href="https://keplerdatascience.com/" rel="noopener noreferrer"&gt;company&lt;/a&gt; has built and maintained &lt;a href="https://sendune.com/pages/about-us#:~:text=We%20built%20SENDUNE%20%28formerly%20Send,Cheers." rel="noopener noreferrer"&gt;since&lt;/a&gt; 2018. We raised zero dollars.&lt;/p&gt;

&lt;p&gt;Why do i choose to compare with Resend?&lt;/p&gt;

&lt;p&gt;Because both SENDUNE and Resend are in a similar space; &lt;strong&gt;Email Delivery&lt;/strong&gt;. What makes us even more similar is - behind the scenes - both of us use AWS SES to send emails. The only difference is Resend uses their own SES account for all their clients. SENDUNE operates on a bring-your-own SES basis. The end goal for both companies is the same - to safely deliver transactional and marketing emails on behalf of companies that use us.&lt;/p&gt;

&lt;p&gt;Resend is well positioned. It is a &lt;a href="https://www.ycombinator.com/" rel="noopener noreferrer"&gt;YC&lt;/a&gt; company. Apparently Paul Graham &lt;a href="https://www.ycombinator.com/companies/resend" rel="noopener noreferrer"&gt;described&lt;/a&gt; Resend as “the Stripe for Email” ¯_(ツ)_/¯.  Email is a decentralised system. The standards and protocols are very rigid and changes are few and far between. These standards are what makes this highly decentralised system work. There is really nothing one can innovate on email API's. Maybe make the API documentation page pretty. That's about it. If i were asked to assign that tagline to anyone, i would give it to &lt;a href="https://docs.aws.amazon.com/cli/latest/reference/ses/" rel="noopener noreferrer"&gt;AWS SES&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;The YC Network and the Hacker News platform gives Resend phenomenal marketing outreach and escape velocity. We do not have all that but we did have our '&lt;a href="https://news.ycombinator.com/item?id=41007403" rel="noopener noreferrer"&gt;front page moment&lt;/a&gt;' on Hacker News. &lt;/p&gt;

&lt;p&gt;Perhaps the single biggest advantage of being a YC company is a readily available market of fellow alumni companies you can sell to. Resend &lt;a href="https://resend.com/blog/series-a" rel="noopener noreferrer"&gt;claims&lt;/a&gt; a user base 200,000 developers. SENDUNE has about 5,000. Resend's revenue is &lt;a href="https://getlatka.com/companies/resend.com#revenue" rel="noopener noreferrer"&gt;$5 million in 2024&lt;/a&gt;*. SENDUNE's revenue is closer to zero. Most of our users are on our very &lt;a href="https://sendune.com/pages/pricing" rel="noopener noreferrer"&gt;generous free plan&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  I'm jealous of Resend and what they have achieved.
&lt;/h3&gt;

&lt;p&gt;SENDUNE is a favorite side project for us. I personally like the dopamine hits i get when people discover us on their own and start using our product. There are lots of services that let you hook into AWS SES and send emails. Some of them are quite &lt;a href="https://sendy.co/" rel="noopener noreferrer"&gt;popular&lt;/a&gt;. We never considered any of them as our competitors. We know we have a far &lt;a href="https://sendune.com/pages/features" rel="noopener noreferrer"&gt;superior product&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;To put it crudely, all of us are just wrappers around AWS SES. This is why I cannot comprehend why anyone would assign $ millions of value to someone like us. What am i missing? &lt;/p&gt;

&lt;p&gt;Yet, i now believe Resend is a good thing for SENDUNE. First, we know we have something valuable. Second, we have someone we can call our competition and benchmark ourselves against.&lt;/p&gt;

&lt;h3&gt;
  
  
  My understanding of the industry is this ....
&lt;/h3&gt;

&lt;p&gt;Email is a crowded space. There are probably a 1,000+ email service providers catering to the Transactional and Marketing email needs of companies of all sizes.&lt;/p&gt;

&lt;p&gt;Yes, you can make a little money in the email sending business - enough to pay a small team decent salaries and take care of servers. But there is no 'VC Returns Level' money in this space. &lt;/p&gt;

&lt;p&gt;Email is a mundane thing. Email is a solved problem. There are really no moats here. Anyone can launch a similar service with a little effort. This is another reason why i cannot comprehend VC's are throwing risk capital at a company in this line of business. VC's expect a &lt;a href="https://hbr.org/1998/11/how-venture-capital-works" rel="noopener noreferrer"&gt;10x return&lt;/a&gt; on their investment over a five to seven year period. When VC's gives you $20 million, they expect to get back $200 million. &lt;/p&gt;

&lt;h3&gt;
  
  
  Get Acquired or IPO?
&lt;/h3&gt;

&lt;p&gt;That's a lot of pressure on Resend to deliver. You can get away with high growth numbers for a few years and keep the VC's happy. The YC network boost will give you those numbers. Ultimately Resend will have to get acquired or go the IPO route to satisfy VC's.&lt;/p&gt;

&lt;p&gt;I'm not sure if Resend will be an attractive acquisition target. A major amount of consolidation has already happened in the industry. Twilio acquired Sendgrid. Intuit acquired Mailchimp. Postmark has been acquired by ActiveCampaign. Mailgun is with Sinch. All these companies that got acquired had built their own email delivery infrastructure over many years. Resend just uses AWS SES. So there's really no technology IP that comes with this deal.&lt;/p&gt;

&lt;p&gt;An IPO does not make sense unless it involves $billion+ in valuation. Resend will have to deliver a revenue that can get them that valuation multiple or resort to some EV/EBIDTA financial engineering. Sorry Resend, if i'm scaring you ;-).&lt;/p&gt;

&lt;h3&gt;
  
  
  Closing
&lt;/h3&gt;

&lt;p&gt;Resend is a great product. But the financial eco system in which they are embedded is their &lt;a href="https://en.wikipedia.org/wiki/Achilles%27_heel" rel="noopener noreferrer"&gt;Achilles' heel&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;We have our advantage. We do not have the burden of venture capital. We have no growth targets or milestones to hit. That gives us immense independence and we intend to keep it that way. This is how we will compete with Resend or any others in our industry. By being independent of VC distractions and &lt;a href="https://sendune.com/pages/minimalism" rel="noopener noreferrer"&gt;focussing on product&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;I sincerely wish Resend will overcome these odds and succeed by a large margin. I thank them for showing us that we too are a valuable product. If you are using Resend you should continue using them.&lt;/p&gt;

&lt;p&gt;Meanwhile we have decided to adopt a Basecamp style &lt;a href="https://basecamp.com/gettingreal/02.3-fund-yourself" rel="noopener noreferrer"&gt;business model&lt;/a&gt; for SENDUNE.&lt;/p&gt;

&lt;p&gt;It's going to be a long game of survival. Something we're used to.&lt;/p&gt;

&lt;p&gt;Thank you for reading. &lt;/p&gt;




&lt;p&gt;'* I could not find a more reliable source. Leave a comment if you find one.&lt;/p&gt;

</description>
      <category>sendune</category>
      <category>resend</category>
      <category>awsses</category>
      <category>emailmarketing</category>
    </item>
    <item>
      <title>How to warm up your email account for AWS SES</title>
      <dc:creator>Shoplytics</dc:creator>
      <pubDate>Thu, 10 Oct 2024 07:26:59 +0000</pubDate>
      <link>https://dev.to/shoplytics/how-to-warm-up-your-email-account-for-aws-ses-34bg</link>
      <guid>https://dev.to/shoplytics/how-to-warm-up-your-email-account-for-aws-ses-34bg</guid>
      <description>&lt;h3&gt;
  
  
  🔥 What exactly is "warming up an email account"?
&lt;/h3&gt;

&lt;p&gt;Email warm-up is the process of gradually increasing the number of emails sent from a new or inactive email account to build its reputation and avoid being marked as spam. When an email account is freshly created or hasn't been used for a while, sending a large volume of emails right away can raise red flags for email service providers (like Gmail or Yahoo or Outlook). This could cause emails to land in the spam folder or even get the account blacklisted.&lt;/p&gt;

&lt;p&gt;To warm up an email account, small batches of emails are sent initially, then slowly ramped up over time. These emails are also sent to known recipients who are likely to engage (open, reply, etc.), which helps signal to email providers that the account is trustworthy.&lt;/p&gt;

&lt;p&gt;The goal is to establish a positive sending reputation with email providers so that future campaigns reach inboxes instead of spam folders.&lt;/p&gt;

&lt;p&gt;New email accounts that immediately start blasting off a huge volume of emails will trigger spam filters at email service providers. Once your domain or IP address is flagged as a spammer, it is almost impossible to shake off that reputation.&lt;/p&gt;

&lt;h3&gt;
  
  
  Email warm up - The DIY (do it yourself) way.
&lt;/h3&gt;

&lt;p&gt;There are a lot of services that promise to warm up your email account for you in return for a payment. I have not tested any of these services. What i can only tell you is warming up your email is easy and you can do it yourself without spending $$$$. All that is needed is a little patience from you.&lt;/p&gt;

&lt;p&gt;Here are some steps I HIGHLY RECOMMEND you follow in order to warm up your email account. Whether using a paid service or doing it yourself, the email warm up process will take a few weeks. Avoid anybody promising quick results &lt;/p&gt;

&lt;h3&gt;
  
  
  Week 1 - 2
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Send a Few Emails Initially:&lt;/strong&gt; Start by sending a small number of emails (10-15 per day) to friends, colleagues, or yourself. Make sure you send them to as many email services as possible - Gmail, Yahoo, Outlook, iCloud, Zoho, Protonmail, Yandex, etc.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Personalize Your Emails:&lt;/strong&gt; Make sure your emails are personalized and relevant to the recipients. Do not use ALL CAPS subject lines, excessive punctuation, or clickbait headlines.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Include Unsubscribe Link:&lt;/strong&gt; It's always advisable to include an unsubscribe link in your email. It keeps the recipients happy and is an important signal to the email service providers that you are are a serious adherent to best practices.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Engage With Your Audience&lt;/strong&gt;: An email is designed to be a two-way conversation. Encourage your recipients to respond and engage them with your replies.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Monitor These Initial Emails:&lt;/strong&gt; Many email service providers randomly send the first few emails into spam folders. Look out for such emails and mark them as 'Not Spam'.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Week 3 - 4
&lt;/h3&gt;

&lt;p&gt;Here you will continue doing everything you did during the first two weeks plus the following.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Increase Volume Gradually:&lt;/strong&gt; Slowly increase the number of emails you send each day by 10-20% every few days. Avoid sudden spikes in volume.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Monitor Engagement:&lt;/strong&gt; Track open rates, click rates, and responses. Adjust your sending volume and email content based on the engagement you receive.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Week 5 Onwards
&lt;/h3&gt;

&lt;p&gt;By now your email account would have been sufficiently warmed up. You must still follow these best practices to maintain your reputation.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Send Relevant Content:&lt;/strong&gt; Always ensure your emails are relevant and valuable to your recipients.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Stay Consistent:&lt;/strong&gt; Maintain a consistent sending schedule to build trust with email service providers.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  How SENDUNE helps.
&lt;/h3&gt;

&lt;p&gt;For those of you who haven't heard about it, &lt;a href="https://sendune.com" rel="noopener noreferrer"&gt;SENDUNE&lt;/a&gt; is a free and open source &lt;a href="https://sendune.com/pages/why-switch-to-sendune" rel="noopener noreferrer"&gt;Email Platform&lt;/a&gt; built for anyone using  &lt;a href="https://aws.amazon.com/ses/" rel="noopener noreferrer"&gt;AWS SES&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Every account on SENDUNE is automatically enrolled in their &lt;a href="https://sendune.com/pages/inboxvisa" rel="noopener noreferrer"&gt;InboxVISA&lt;/a&gt; program - a collection of email sending best practices (including email warm ups) and real-time heuristics adopted by SENDUNE to protect you and guide emails safely into user inboxes. While these practices create trust with email service providers, the final decider in inbox placement is the content of your email. Ultimately, the only one who can guarantee safe inbox placement is YOU.&lt;/p&gt;

</description>
      <category>warmupemail</category>
      <category>awsses</category>
      <category>emailwarmup</category>
    </item>
    <item>
      <title>How to warm up your email account for AWS SES</title>
      <dc:creator>Shoplytics</dc:creator>
      <pubDate>Thu, 10 Oct 2024 07:26:52 +0000</pubDate>
      <link>https://dev.to/shoplytics/how-to-warm-up-your-email-account-for-aws-ses-23p3</link>
      <guid>https://dev.to/shoplytics/how-to-warm-up-your-email-account-for-aws-ses-23p3</guid>
      <description>&lt;h3&gt;
  
  
  🔥 What exactly is "warming up an email account"?
&lt;/h3&gt;

&lt;p&gt;Email warm-up is the process of gradually increasing the number of emails sent from a new or inactive email account to build its reputation and avoid being marked as spam. When an email account is freshly created or hasn't been used for a while, sending a large volume of emails right away can raise red flags for email service providers (like Gmail or Yahoo or Outlook). This could cause emails to land in the spam folder or even get the account blacklisted.&lt;/p&gt;

&lt;p&gt;To warm up an email account, small batches of emails are sent initially, then slowly ramped up over time. These emails are also sent to known recipients who are likely to engage (open, reply, etc.), which helps signal to email providers that the account is trustworthy.&lt;/p&gt;

&lt;p&gt;The goal is to establish a positive sending reputation with email providers so that future campaigns reach inboxes instead of spam folders.&lt;/p&gt;

&lt;p&gt;New email accounts that immediately start blasting off a huge volume of emails will trigger spam filters at email service providers. Once your domain or IP address is flagged as a spammer, it is almost impossible to shake off that reputation.&lt;/p&gt;

&lt;h3&gt;
  
  
  Email warm up - The DIY (do it yourself) way.
&lt;/h3&gt;

&lt;p&gt;There are a lot of services that promise to warm up your email account for you in return for a payment. I have not tested any of these services. What i can only tell you is warming up your email is easy and you can do it yourself without spending $$$$. All that is needed is a little patience from you.&lt;/p&gt;

&lt;p&gt;Here are some steps I HIGHLY RECOMMEND you follow in order to warm up your email account. Whether using a paid service or doing it yourself, the email warm up process will take a few weeks. Avoid anybody promising quick results &lt;/p&gt;

&lt;h3&gt;
  
  
  Week 1 - 2
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Send a Few Emails Initially:&lt;/strong&gt; Start by sending a small number of emails (10-15 per day) to friends, colleagues, or yourself. Make sure you send them to as many email services as possible - Gmail, Yahoo, Outlook, iCloud, Zoho, Protonmail, Yandex, etc.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Personalize Your Emails:&lt;/strong&gt; Make sure your emails are personalized and relevant to the recipients. Do not use ALL CAPS subject lines, excessive punctuation, or clickbait headlines.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Include Unsubscribe Link:&lt;/strong&gt; It's always advisable to include an unsubscribe link in your email. It keeps the recipients happy and is an important signal to the email service providers that you are are a serious adherent to best practices.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Engage With Your Audience&lt;/strong&gt;: An email is designed to be a two-way conversation. Encourage your recipients to respond and engage them with your replies.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Monitor These Initial Emails:&lt;/strong&gt; Many email service providers randomly send the first few emails into spam folders. Look out for such emails and mark them as 'Not Spam'.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Week 3 - 4
&lt;/h3&gt;

&lt;p&gt;Here you will continue doing everything you did during the first two weeks plus the following.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Increase Volume Gradually:&lt;/strong&gt; Slowly increase the number of emails you send each day by 10-20% every few days. Avoid sudden spikes in volume.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Monitor Engagement:&lt;/strong&gt; Track open rates, click rates, and responses. Adjust your sending volume and email content based on the engagement you receive.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Week 5 Onwards
&lt;/h3&gt;

&lt;p&gt;By now your email account would have been sufficiently warmed up. You must still follow these best practices to maintain your reputation.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Send Relevant Content:&lt;/strong&gt; Always ensure your emails are relevant and valuable to your recipients.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Stay Consistent:&lt;/strong&gt; Maintain a consistent sending schedule to build trust with email service providers.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  How SENDUNE helps.
&lt;/h3&gt;

&lt;p&gt;For those of you who haven't heard about it, &lt;a href="https://sendune.com" rel="noopener noreferrer"&gt;SENDUNE&lt;/a&gt; is a free and open source &lt;a href="https://sendune.com/pages/why-switch-to-sendune" rel="noopener noreferrer"&gt;Email Platform&lt;/a&gt; built for anyone using  &lt;a href="https://aws.amazon.com/ses/" rel="noopener noreferrer"&gt;AWS SES&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Every account on SENDUNE is automatically enrolled in their &lt;a href="https://sendune.com/pages/inboxvisa" rel="noopener noreferrer"&gt;InboxVISA&lt;/a&gt; program - a collection of email sending best practices (including email warm ups) and real-time heuristics adopted by SENDUNE to protect you and guide emails safely into user inboxes. While these practices create trust with email service providers, the final decider in inbox placement is the content of your email. Ultimately, the only one who can guarantee safe inbox placement is YOU.&lt;/p&gt;

</description>
      <category>warmupemail</category>
      <category>awsses</category>
      <category>emailwarmup</category>
    </item>
    <item>
      <title>Marketing Emails with AWS SES</title>
      <dc:creator>Shoplytics</dc:creator>
      <pubDate>Fri, 04 Oct 2024 11:22:31 +0000</pubDate>
      <link>https://dev.to/shoplytics/marketing-emails-with-aws-ses-42gk</link>
      <guid>https://dev.to/shoplytics/marketing-emails-with-aws-ses-42gk</guid>
      <description>&lt;p&gt;&lt;strong&gt;The first order of business is to convince yourself to use "&lt;/strong&gt;&lt;a href="https://sendune.com/" rel="noopener noreferrer"&gt;&lt;strong&gt;SENDUNE&lt;/strong&gt;&lt;/a&gt; &lt;strong&gt;+&lt;/strong&gt; &lt;a href="https://aws.amazon.com/ses/" rel="noopener noreferrer"&gt;&lt;strong&gt;AWS SES&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;" for all your marketing emails. Here's our&lt;/strong&gt; &lt;a href="https://sendune.com/pages/why-switch-to-sendune" rel="noopener noreferrer"&gt;&lt;strong&gt;rationale&lt;/strong&gt;&lt;/a&gt; &lt;strong&gt;why you should do it.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you are a Startup, chances are your entire tech stack is on AWS but you are not using AWS SES. Instead you use a third party email service like Mailchimp or SendGrid.&lt;/p&gt;

&lt;p&gt;AWS SES has the same reliability and deliverability as any other email service. And it comes at a price point too good to ignore. So why does SES not have 'top-of-mind' recall when it comes to marketing email. There are a few reasons we know of.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  AWS SES is hard to get started with. You need to get out of the sandbox first.&lt;/li&gt;
&lt;li&gt;  There's pages and pages of documentation to deal with.&lt;/li&gt;
&lt;li&gt;  There's no contact management.&lt;/li&gt;
&lt;li&gt;  You cannot design and manage email templates.&lt;/li&gt;
&lt;li&gt;  Expensive add-ons (delivery dashboard/virtual deliverability manager).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Is there a way to overcomes these hurdles? YES. That's where &lt;a href="https://sendune.com/" rel="noopener noreferrer"&gt;SENDUNE&lt;/a&gt; comes in.&lt;/p&gt;

&lt;p&gt;SENDUNE abstracts away all the complexity of sending marketing emails with AWS. What you get is a highly reliable way to deliver all your marketing emails at a fraction of the cost.&lt;/p&gt;

&lt;p&gt;Marketing emails are messages sent by businesses to promote their products or services directly to current and potential customers. These emails are a key part of digital marketing strategies and can serve various purposes, such as announcing new products, sharing special offers, or providing valuable content to engage the audience.&lt;/p&gt;

&lt;h3&gt;
  
  
  Create Email Templates.
&lt;/h3&gt;

&lt;p&gt;A template needs to be created in SENDUNE for every kind of marketing email you wish to send. You can create templates using the no-code designer or the html editor or the plain text version.&lt;/p&gt;

&lt;p&gt;Click the '&lt;strong&gt;Send&lt;/strong&gt;' button at the top to open the email composer (see video below). There are three template categories. You can create as many templates as you wish within each category.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;SENDUNE Designer&lt;/strong&gt;: A visual editor that makes it very easy to design emails.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;HTML Editor&lt;/strong&gt;: Use this if want to code your own emails. If you have purchased any HTML template, you can copy-paste that code in the HTML Editor.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Plain Text&lt;/strong&gt;: This is as simple as it gets. Use it compose plain text emails just like you do in Gmail or Outlook. Though they look simple, plain text emails perform very well.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fk6s0zaif9ij48jt8ykxf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fk6s0zaif9ij48jt8ykxf.png" alt="Create email template for sendune aws ses marketing email" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://iframe.mediadelivery.net/play/274833/630d31b3-387a-45e0-b2f8-c017c66f577a" rel="noopener noreferrer"&gt;Create Template - Watch Video&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Send Emails.
&lt;/h3&gt;

&lt;p&gt;To send marketing emails, select one or more contacts, choose a template and click '&lt;strong&gt;Send&lt;/strong&gt;'. Once the emails are sent you can view delivery statistics. See video below.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flmh4ejjct4t0krpz3g0s.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flmh4ejjct4t0krpz3g0s.png" alt="Send marketing email with aws ses and sendune" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://iframe.mediadelivery.net/play/274833/9711107c-4ce2-4b99-bffd-33fb8dae002d" rel="noopener noreferrer"&gt;Send Emails - Watch Video&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  SENDUNE handles everything.
&lt;/h3&gt;

&lt;p&gt;SENDUNE automatically queues your emails and delivers them according to the sending rate available for your AWS SES account. SENDUNE also processes all delivery stats as part of the InboxVISA to protect your account.&lt;/p&gt;

&lt;p&gt;That's all there is to it. Here are some takeaways.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You can create any fancy template using the SENDUNE Designer or the HTML Editor.&lt;/li&gt;
&lt;li&gt;You can have as many 'replace-tags (merge tags)' as you want within each marketing email template.&lt;/li&gt;
&lt;li&gt;You can create as many marketing email templates as you wish.&lt;/li&gt;
&lt;li&gt;Once your templates are ready you can forget all about them. They will just work. SENDUNE + AWS SES is that reliable.&lt;/li&gt;
&lt;li&gt;You can give access to your SENDUNE account to your marketing or product teams so they can create the templates.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There is no limit to the kinds of marketing emails you can create and send.&lt;/p&gt;

&lt;p&gt;Remember all these marketing templates reside outside your application code. So you can come back and make any changes without any downtime to your application. That's the ultimate beauty of using SENDUNE.&lt;/p&gt;

&lt;p&gt;Convinced? Signup for the forever free account now.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://app.sendune.com/" rel="noopener noreferrer"&gt;Sign up for FREE&lt;/a&gt;&lt;/p&gt;

</description>
      <category>marketingemails</category>
      <category>awsses</category>
      <category>sendune</category>
      <category>bulkemails</category>
    </item>
    <item>
      <title>Transactional Emails with AWS SES</title>
      <dc:creator>Shoplytics</dc:creator>
      <pubDate>Fri, 04 Oct 2024 10:22:53 +0000</pubDate>
      <link>https://dev.to/shoplytics/transactional-emails-with-aws-ses-5a0m</link>
      <guid>https://dev.to/shoplytics/transactional-emails-with-aws-ses-5a0m</guid>
      <description>&lt;p&gt;&lt;strong&gt;The first order of business is to convince yourself to use "&lt;/strong&gt;&lt;a href="https://sendune.com" rel="noopener noreferrer"&gt;&lt;strong&gt;SENDUNE&lt;/strong&gt;&lt;/a&gt; &lt;strong&gt;+&lt;/strong&gt; &lt;a href="https://aws.amazon.com/ses/" rel="noopener noreferrer"&gt;&lt;strong&gt;AWS SES&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;" for all your transactional emails. Here's our&lt;/strong&gt; &lt;a href="https://sendune.com/pages/why-switch-to-sendune" rel="noopener noreferrer"&gt;&lt;strong&gt;rationale&lt;/strong&gt;&lt;/a&gt; &lt;strong&gt;why you should do it.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you are a Startup, chances are your entire tech stack is on AWS but you are not using AWS SES. Instead you use a third party email service like Mailchimp or SendGrid.&lt;/p&gt;

&lt;p&gt;AWS SES has the same reliability and deliverability as any other email service. And it comes at a price point too good to ignore. So why does SES not have 'top-of-mind' recall when it comes to transactional email. There are a few reasons we know of.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;AWS SES is hard to get started with. You need to get out of the sandbox first.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;There's pages and pages of documentation to deal with.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;There's no contact management.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You cannot design and manage email templates.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Expensive add-ons (delivery dashboard/virtual deliverability manager).&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Is there a way to overcomes these hurdles? YES. That's where &lt;a href="https://sendune.com/" rel="noopener noreferrer"&gt;SENDUNE&lt;/a&gt; comes in.&lt;/p&gt;

&lt;p&gt;SENDUNE abstracts away all the complexity of sending transactional emails with AWS. What you get is a highly reliable way to deliver all your transactional emails at a fraction of the cost.&lt;/p&gt;

&lt;p&gt;Transactional emails are emails that your customers expect to receive from you. I mean they are refreshing their inbox waiting for your email to show up. The greatest examples of transactional emails are the ones you send for user 'Signups' and 'Password Resets'.&lt;/p&gt;

&lt;p&gt;A template needs to be created in SENDUNE for every kind of transactional email you wish to send. You can create templates using the no-code designer or the html editor or the plain text version.&lt;/p&gt;

&lt;p&gt;Let's illustrate how you can set up an email template. We'll use a live example - i.e. an actual transactional email that we use at SENDUNE for user sign ups. In our case we have created an email template using the plain text designer. Our user sign up email template looks like this.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fekfb6kvf5p2ta14krdpb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fekfb6kvf5p2ta14krdpb.png" alt="sendune aws ses transactional email template" width="800" height="413"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This template is triggered via an &lt;a href="https://docs.sendune.com/email#api-email" rel="noopener noreferrer"&gt;API call&lt;/a&gt; whenever a new user wants to sign up. Notice the template contains a '&lt;a href="https://docs.sendune.com/email#replace-tags-merge-tags" rel="noopener noreferrer"&gt;replace tag&lt;/a&gt;' in double curly brackets &lt;strong&gt;{ {signup-link} }&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzzanlzst7xv809o8s7vt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzzanlzst7xv809o8s7vt.png" alt="sendune aws ses transactional email template api" width="800" height="413"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The API call is a simple &lt;a href="https://docs.sendune.com/email#api-email" rel="noopener noreferrer"&gt;cURL request&lt;/a&gt;. The &lt;strong&gt;{ {signup-link} }&lt;/strong&gt; is replaced with an actual link the end user can click to complete the signup process. Below is the actual email sent. Users click on the link and complete the sign up process.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F95ol0qpiq1wslp3kd3u9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F95ol0qpiq1wslp3kd3u9.png" alt="sendune aws ses transactional email template inbox" width="800" height="348"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That's all there is to it. Here are some takeaways.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;We have created a plain text template. You can create any fancy template using the SENDUNE Designer or the HTML Editor.&lt;/li&gt;
&lt;li&gt;You can have as many 'replace-tags (merge tags)' as you want within each template.&lt;/li&gt;
&lt;li&gt;You can create as many transactional templates as you wish.&lt;/li&gt;
&lt;li&gt;Once your templates are ready you can forget all about them. They will just work. We have clients who have created transactional email templates for signups and password resets many years ago and haven't touched them since. SENDUNE + AWS SES is that reliable.&lt;/li&gt;
&lt;li&gt;You can have your engineering teams or product managers create the templates while the tech team just does the API integration.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There is no limit to the kinds of transactional emails you can create and send. Apart from Sign ups and Password Resets you can create transactional emails for sending invoices, order notifications, payment updates, e-commerce notifications, or just about anything.&lt;/p&gt;

&lt;p&gt;Remember all these templates reside outside your application code. So you can come back and make any changes without any downtime to your application. That's the ultimate beauty of using SENDUNE.&lt;/p&gt;

&lt;p&gt;Convinced? Signup for the forever free SENDUNE account now.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://app.sendune.com/" rel="noopener noreferrer"&gt;Sign up for FREE&lt;/a&gt;&lt;/p&gt;

</description>
      <category>transactionalemails</category>
      <category>awsses</category>
      <category>simpleemailservice</category>
      <category>sendune</category>
    </item>
    <item>
      <title>Free CMMS</title>
      <dc:creator>Shoplytics</dc:creator>
      <pubDate>Sat, 28 Sep 2024 10:28:41 +0000</pubDate>
      <link>https://dev.to/shoplytics/freecmmsorg-5g5c</link>
      <guid>https://dev.to/shoplytics/freecmmsorg-5g5c</guid>
      <description>&lt;h2&gt;
  
  
  Free CMMS" (&lt;a href="https://www.freecmms.org/" rel="noopener noreferrer"&gt;freecmms.org&lt;/a&gt;) is a free enterprise grade CMMS software built ground up with the single goal of making it super free and easy to use. Free. ❤️ Fits All Industries. ❤️ Made for SME's.
&lt;/h2&gt;

&lt;p&gt;Free CMMS is available on the &lt;a href="https://www.freecmms.org/" rel="noopener noreferrer"&gt;web&lt;/a&gt;, &lt;a href="https://play.google.com/store/apps/details?id=super.cmms" rel="noopener noreferrer"&gt;android&lt;/a&gt;, and &lt;a href="https://www.google.com/url?q=https%3A%2F%2Fapps.apple.com%2Fin%2Fapp%2Fsuper-cmms%2Fid1637226234&amp;amp;sa=D&amp;amp;sntz=1&amp;amp;usg=AOvVaw3er1aDkPeqC8Do5hs5X0cd" rel="noopener noreferrer"&gt;ios&lt;/a&gt;.&lt;/p&gt;




&lt;p&gt;Free CMMS (&lt;a href="https://www.freecmms.org/" rel="noopener noreferrer"&gt;freecmms.org&lt;/a&gt;) is a free Computerised Maintenance Management System(CMMS) to manage your assets and related work orders at your factory, shop floor, building, car fleet, restaurant chain, solar and wind sites or just about any industry.&lt;/p&gt;

&lt;p&gt;A Computerized Maintenance Management System (CMMS) is software designed to help organisations manage and streamline their maintenance operations. &lt;/p&gt;

&lt;p&gt;It centralises maintenance data, automates work order processes, and optimises asset tracking, allowing maintenance teams to proactively address issues, reduce downtime, and allocate resources effectively. &lt;/p&gt;

&lt;p&gt;By providing real-time insights and comprehensive reporting capabilities, FreeCMMS (freecmms.org) enhances operational efficiency and supports informed decision-making in various industries, including manufacturing, construction, and transportation.&lt;/p&gt;

&lt;p&gt;Below is a non-exhaustive list of features you get with freecmms.org. You can have them all for free.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Locations &amp;amp; Asset Management:&lt;/strong&gt; &lt;br&gt;
Flexible enough to fit almost ANY industry. Hierarchy of 'Location &amp;gt; SubLocation &amp;gt; Asset &amp;gt; SubAsset &amp;gt; Part &amp;gt; Details &amp;gt; MaintenanceSchedules'. Create one asset model and copy paste to generate more.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Preventive Maintenance:&lt;/strong&gt; &lt;br&gt;
Attach 'Maintenance Activities' to Assets/Sub Assets/Parts and have them repeat at any time-bound or event-bound interval of your choosing.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Checklists:&lt;/strong&gt; &lt;br&gt;
'Checklists' are probably the most complex work flows in any CMMS. Free CMMS makes these smooth as butter while assuring all audit trails.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. QR Codes:&lt;/strong&gt; &lt;br&gt;
Every Asset/Sub-Asset/Part gets its unique QR code. Anyone can scan QR codes to report issues.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Team Management:&lt;/strong&gt; &lt;br&gt;
Create internal users (employees) and external users (vendors, contractors). Assign user-wise granular permissions (view only, view and edit).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. Mobile Apps:&lt;/strong&gt; &lt;br&gt;
The super simple mobile apps (available natively on iPhone and Android) are a rage in the renewable energy sector. They'll do wonders for your team too.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7. Automated Work Orders:&lt;/strong&gt; &lt;br&gt;
Automatically generate repetitive work orders based on preventive maintenance schedules attached to Assets/Sub Assets/Parts.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;8. Inventory Management:&lt;/strong&gt; &lt;br&gt;
Create 'Warehouse Locations'. Add parts, part details, prices, quantities, manufacturer and vendor details, minimum order quantities, etc.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;9. Sensor Data Capture:&lt;/strong&gt; &lt;br&gt;
Capture data originating from any of your sensors and use our super simple API to update work orders.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;10. Document Management:&lt;/strong&gt; &lt;br&gt;
A central repository where you can upload all documents and images and attach them to assets, work orders, etc.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;11. Vendor Management:&lt;/strong&gt; &lt;br&gt;
Centrally manage your Manufacturers, Vendors, Contractors, etc. along with their addresses and contact details. Attach them to work orders or purchase orders.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;12: Audit Trails:&lt;/strong&gt; &lt;br&gt;
Every user action pertaining to a work order is recorded for future reference and auditing purpose.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;13: Security First Architecture:&lt;/strong&gt; &lt;br&gt;
Free CMMS is built on a 'Security First' architecture. The Identity and Access Management (IAM) module lets you set very granular user access to your data.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;14. 99.95% Uptime:&lt;/strong&gt; The server architecture is guaranteed to have an uptime of 99.95% on a monthly basis for enterprise accounts and 99% for free accounts. We stay up so your plants can stay up.&lt;/p&gt;




</description>
      <category>cmms</category>
      <category>assetmanaegemt</category>
      <category>freecmms</category>
      <category>inventory</category>
    </item>
    <item>
      <title>Email Deliverability and Inbox Placement — Breaking Myths.</title>
      <dc:creator>Shoplytics</dc:creator>
      <pubDate>Fri, 30 Aug 2024 07:19:21 +0000</pubDate>
      <link>https://dev.to/shoplytics/email-deliverability-and-inbox-placement-breaking-myths-5088</link>
      <guid>https://dev.to/shoplytics/email-deliverability-and-inbox-placement-breaking-myths-5088</guid>
      <description>&lt;p&gt;Transactional and Marketing email delivery lessons from SENDUNE (&lt;a href="https://sendune.com" rel="noopener noreferrer"&gt;https://sendune.com&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Every Email Service Provider (ESP) claims to have the best deliverability. These statements are misleading. Let’s talk about this a bit.&lt;/p&gt;

&lt;p&gt;Email is a decentralised system. Every ESP is like a separate country. Just like every country gets to decide who they let in, every ESP gets to decide which email to receive and what to do with it (like send to inbox or send to junk). It means that the Sending ESP has zero control over the Receiving ESP. So any statements guaranteeing email deliverability are bunk.&lt;/p&gt;

&lt;p&gt;A well governed ESP, just like a well governed country, adheres to some rules and thereby builds a reputation. It is this reputation that allows the frictionless exchange of emails (i.e. deliverability).&lt;/p&gt;

&lt;p&gt;So how do things work?&lt;/p&gt;

&lt;p&gt;Email deliverability and inbox placement are a function of two things.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Adhering to industry standards (DMARC, DKIM, SPF, etc):&lt;/strong&gt; All reputed ESP’s, including SENDUNE, give you the tools to adhere to industry standards. In fact SENDUNE insisted on these standards from the very start (early 2018), much before they became mandatory. Adhering to these standards is like getting a ‘visa-on-arrival’ to another ESP. So deliverability comes down to the content of your email.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;The content of your email:&lt;/strong&gt; Email is a ‘Receivers’ prerogative, not the ‘Senders’. If you are sending unsolicited emails, the pedigree of your ESP cannot help you in any way. In fact every ESP including SENDUNE will kick spammers out without a moments hesitation.&lt;br&gt;
Adhering to industry standards is a one time effort. Making content relevant to your subscribers is an ongoing effort. Focus on this and your emails will always hit the inbox.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Happy emailing.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;a href="https://sendune.com" rel="noopener noreferrer"&gt;SENDUNE&lt;/a&gt; is a one-stop email platform for AWS Developers and Startups using AWS. Just connect your AWS Account to handle all your transactional and marketing Emails, SMS, OTPs for &lt;a href="https://sendune.com/pricing" rel="noopener noreferrer"&gt;free&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>emailmarketing</category>
      <category>sendgrid</category>
      <category>sendy</category>
      <category>awsses</category>
    </item>
    <item>
      <title>Getting production access to AWS SES (2024)</title>
      <dc:creator>Shoplytics</dc:creator>
      <pubDate>Tue, 20 Aug 2024 07:22:30 +0000</pubDate>
      <link>https://dev.to/shoplytics/getting-production-access-to-aws-ses-2024-2gb1</link>
      <guid>https://dev.to/shoplytics/getting-production-access-to-aws-ses-2024-2gb1</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;NOTE: An always-updated article is available on our blog at &lt;a href="https://blog.sendune.com/email-resources/getting-production-access-to-aws-ses" rel="noopener noreferrer"&gt;Getting production access to AWS SES&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;As of early 2024, AWS has changed the process to get production access to the Simple Email Service (SES). You are now required to have a domain with DNS records for SPF, DMARC, and DKIM in place before you can raise a ticket asking AWS to move you out of the SES Sandbox. This is a progressive step in controlling spam.&lt;/p&gt;

&lt;p&gt;These steps are for everyone who wants to send emails using AWS SES and not just &lt;a href="https://sendune.com/" rel="noopener noreferrer"&gt;SENDUNE&lt;/a&gt; users. SENDUNE users must first &lt;a href="https://app.sendune.com/settings/aws-setup" rel="noopener noreferrer"&gt;complete the setups&lt;/a&gt; in your settings dashboard and directly move to Step 9 below.&lt;/p&gt;

&lt;p&gt;Don’t let the steps intimidate you. They look complicated but are quite easy.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Login to your AWS account. Search for ‘SES’ and go to the Simple Email Service dashboard. &lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fomi94k43jrp3wk60h5zz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fomi94k43jrp3wk60h5zz.png" alt="SENDUNE.com Get AWS SES Production Access" width="800" height="413"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click the the dropdown at the top-right. Select the AWS region from which you want to send emails.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcf8kr0ma57fdenzc1m15.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcf8kr0ma57fdenzc1m15.png" alt="SENDUNE.com Get AWS SES Production Access" width="800" height="413"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Select ‘Account dashboard’ option from the left panel. Then click the ‘Get set up page’ button.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgidks5cete8mrd9qsg9l.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgidks5cete8mrd9qsg9l.png" alt="SENDUNE.com Get AWS SES Production Access" width="800" height="413"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click ‘Create identity’. Identity here refers to an active domain that represents the business on behalf of which the emails will be sent.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F218e28drxl9evcokx302.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F218e28drxl9evcokx302.png" alt="SENDUNE.com Get AWS SES Production Access" width="800" height="925"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Select the ‘Domain’ radio button. Then enter your domain or sub-domain name. Then choose options as shown in the image below. It is recommended you use a sub-domain to send your emails because your main domain might be used for your business email. It is VERY IMPORTANT that the domain you enter here have an active website that showcases the nature of your business.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuq4hn4bgi1nojjrdb76z.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuq4hn4bgi1nojjrdb76z.png" alt="SENDUNE.com Get AWS SES Production Access" width="800" height="988"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You will be presented with 4 DNS Records (3 CNAME + 1 TXT). Enter these DNS records in your domain Registrars dashboard. These DNS records must not be deleted as long as you want to send emails.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8kfmtdlj492hix2xc4u8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8kfmtdlj492hix2xc4u8.png" alt="SENDUNE.com Get AWS SES Production Access" width="800" height="632"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;AWS automatically checks for these DNS records at regular intervals. Once these records are validated, you will receive a confirmation email. It usually takes a few minutes but occasionally can take up to an hour to validate these records.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Faag7fa6bp3i2wz8nv92i.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Faag7fa6bp3i2wz8nv92i.png" alt="SENDUNE.com Get AWS SES Production Access" width="800" height="413"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;In case you do not receive the above mail you can go to ‘Identities’ section in SES dashboard to check for the verification status of your domain. SES dashboard will display a ‘Verified’ status.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvc6qgfe35py2fawo5flu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvc6qgfe35py2fawo5flu.png" alt="SENDUNE.com Get AWS SES Production Access" width="800" height="413"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click ‘Get set up’ from left panel and then click ‘Request production access’.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8qh4nfk5my2z4ybfktf6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8qh4nfk5my2z4ybfktf6.png" alt="SENDUNE.com Get AWS SES Production Access" width="800" height="413"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Choose the type of emails you want to send, ‘Marketing’ or ‘Transactional’. Enter the same domain that you have entered earlier. Accept terms and submit request. It is VERY IMPORTANT that the domain you enter here have an active website that showcases the nature of your business. AWS might reject your request if you do not have a website or just have a generic landing page.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fglmrhggber1optmxmw1l.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fglmrhggber1optmxmw1l.png" alt="SENDUNE.com Get AWS SES Production Access" width="800" height="538"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;That’s it. You can sit back and relax. If everything is in order AWS will move your SES account into production and you will be able to send emails. It might take upto a day before AWS grants your request. Occasionally AWS might send you an email asking for more details. Reply with as much detail as possible. You must be able to convince AWS that you are a genuine email sender.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0vmstr0alznu48aplo21.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0vmstr0alznu48aplo21.png" alt="SENDUNE.com Get AWS SES Production Access" width="800" height="413"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You will receive an email once AWS moves your SES account out of the sandbox. You can also click ‘Account dashboard’ from the left panel and see your sending limits. For new accounts AWS grants a sending limit of 50,000 emails er day with a sending rate of 14 emails per second.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyx3l3bv9xini6tfzqv5w.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyx3l3bv9xini6tfzqv5w.png" alt="SENDUNE.com Get AWS SES Production Access" width="800" height="413"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;If you need more you can always raise a request to increase your limits.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fybfbbt0ky5fpzye1en3x.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fybfbbt0ky5fpzye1en3x.png" alt="SENDUNE.com Get AWS SES Production Access" width="800" height="413"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You can request a raise for your ‘Sending quota’.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fu2dz4rn79wo895a8vpob.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fu2dz4rn79wo895a8vpob.png" alt="SENDUNE.com Get AWS SES Production Access" width="800" height="413"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You can also request a raise for your ‘Sending rate’.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5hc81mtugbrc5klto6yi.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5hc81mtugbrc5klto6yi.png" alt="SENDUNE.com Get AWS SES Production Access" width="800" height="413"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;And finally, keep an eye on your sending reputation. You can find this by clicking ‘Reputation metrics’ in the SES dashboard. Make sure your reputation is always ‘Healthy’. AWS will block your account if you send unsolicited emails. These blocks are usually permanent. The block is not only for your AWS account but also for your domain.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fi5ajf2qeea71rs9cot2a.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fi5ajf2qeea71rs9cot2a.png" alt="SENDUNE.com Get AWS SES Production Access" width="800" height="413"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Happy emailing.&lt;/p&gt;

</description>
      <category>ses</category>
      <category>awsses</category>
      <category>awsproductionaccess</category>
    </item>
    <item>
      <title>Stripe Country Comparison (Spreadsheet)</title>
      <dc:creator>Shoplytics</dc:creator>
      <pubDate>Sat, 11 Jan 2020 06:54:26 +0000</pubDate>
      <link>https://dev.to/shoplytics/stripe-country-comparison-spreadsheet-4j46</link>
      <guid>https://dev.to/shoplytics/stripe-country-comparison-spreadsheet-4j46</guid>
      <description>&lt;p&gt;&lt;a href="https://stripe.com/" rel="noopener noreferrer"&gt;Stripe&lt;/a&gt; is currently available in &lt;a href="https://stripe.com/global" rel="noopener noreferrer"&gt;43 countries&lt;/a&gt;. The charges vary country by country. As a thumb rule, Stripe charges are ~ 6%.&lt;/p&gt;

&lt;p&gt;This &lt;a href="https://docs.google.com/spreadsheets/d/1wqs3LHNPZsKymxszsmSaUaiCXgPc-VjIVCvYAdj00xI/edit?usp=sharing" rel="noopener noreferrer"&gt;&lt;strong&gt;Google Sheet&lt;/strong&gt;&lt;/a&gt; compares all 43 Stripe countries. Make a copy if you wish to edit it.&lt;/p&gt;

&lt;p&gt;Stripe charges depend on four main factors.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;Business Location:&lt;/strong&gt; The country where your company (and bank account) is registered.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Customer Card Type:&lt;/strong&gt; Local cards are charged less while international cards are charged about 1.5% more.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Presentment Currency:&lt;/strong&gt; The currency in which you bill your customers.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Payout Currency:&lt;/strong&gt; Your local currency. Stripe usually pays you only in your local currency. Stripe charges a 2% currency conversion fee if your Payout Currency is different from your Presentment Currency. :(&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Assuming your presentment and payout currencies are the same, top-3 countries with highest Stripe charges are ... &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Mexico (7.10%) &lt;/li&gt;
&lt;li&gt;Hong Kong (6.25%)&lt;/li&gt;
&lt;li&gt;Malaysia (5.90%) &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Again, assuming your presentment and payout currencies are the same, European countries have the lowest Stripe charges (2.15% and 3.65% for local and international cards respectively).&lt;/p&gt;

&lt;p&gt;Within EU, Norway has the highest Stripe charges (4.90% and 5.40% for local and international cards respectively).&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Original Source&lt;/strong&gt;: &lt;a href="https://blog.sendune.com/stripe-country-comparison" rel="noopener noreferrer"&gt;https://blog.sendune.com/stripe-country-comparison&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What makes a good subscription billing system?</title>
      <dc:creator>Shoplytics</dc:creator>
      <pubDate>Mon, 09 Dec 2019 11:21:10 +0000</pubDate>
      <link>https://dev.to/shoplytics/what-makes-a-good-subscription-billing-system-3id6</link>
      <guid>https://dev.to/shoplytics/what-makes-a-good-subscription-billing-system-3id6</guid>
      <description>&lt;h1&gt;
  
  
  What makes a good billing system?
&lt;/h1&gt;

&lt;p&gt;A few months back i was asked to collaborate on a payments solution for &lt;strong&gt;&lt;a href="https://www.sendwithses.com" rel="noopener noreferrer"&gt;Send With SES&lt;/a&gt;&lt;/strong&gt; - a wrapper service to send Emails, SMS, and Push Notifications from your own &lt;a href="https://aws.amazon.com/" rel="noopener noreferrer"&gt;AWS&lt;/a&gt; Account. The mandate was to make the subscription billing process very smooth and 100% transparent to end users.&lt;/p&gt;

&lt;h2&gt;
  
  
  We studied the current trend. The general process for SaaS companies is to have ...
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://freshdesk.com/pricing" rel="noopener noreferrer"&gt;exotically&lt;/a&gt; named subscription plans.&lt;/li&gt;
&lt;li&gt;mostly 3-4 plan varieties compared in a columnar format - but some &lt;a href="https://www.intercom.com/pricing" rel="noopener noreferrer"&gt;very complex&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;one of the plan (definitely not the cheapest one) is given a special label, like “&lt;a href="https://sendgrid.com/pricing/" rel="noopener noreferrer"&gt;Popular&lt;/a&gt;”.&lt;/li&gt;
&lt;li&gt;an 'Enterprise Plan' that doesn't have a price. Just a 'Contact Us'.&lt;/li&gt;
&lt;li&gt;roundabout cancellations process.&lt;/li&gt;
&lt;li&gt;delete data on subscription cancellations.&lt;/li&gt;
&lt;li&gt;This is followed by some FAQs where one of the question is “Can i cancel my subscription?”, to which the answer is, “Of course you can anytime.”&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Nothing wrong about these patterns. To each his own. Somebody started this and it became an acceptable trend. Our objective was to make things more simpler.&lt;/p&gt;

&lt;h2&gt;
  
  
  So our question was, "How can we simplify things and be better?"
&lt;/h2&gt;

&lt;p&gt;A customer who wishes to use a subscription product or service faces multiple decision points. We narrowed these down to the following …&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Selecting a subscription plan.&lt;/li&gt;
&lt;li&gt;Upgrading/downgrading plans.&lt;/li&gt;
&lt;li&gt;Adding/managing credit cards.&lt;/li&gt;
&lt;li&gt;Payment history.&lt;/li&gt;
&lt;li&gt;Data retention.&lt;/li&gt;
&lt;li&gt;Billing communications.&lt;/li&gt;
&lt;li&gt;Refunds.&lt;/li&gt;
&lt;li&gt;Cancellations.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Once we identified customer decision points we had to figure out ways to simplify them. Simplifying each process boiled down to be more of a Management decision or a UIUX decision than a technical one. In all cases we found that simplifying a process automatically made the process more transparent.&lt;/p&gt;

&lt;p&gt;Here's some points on what we did with small explanations of why. Some are Management decisions while the rest are UIUX decisions. YMMV.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Unified Billing Dashboard.&lt;/strong&gt; We made a single page UI for everything related to billing ... &lt;em&gt;View All Plans, Switch Plans, Add/Delete Cards, Set Default Card, Billing History, Download Invoices, Cancel Subscription&lt;/em&gt; ... &lt;strong&gt;EVERYTHING&lt;/strong&gt; can be achieved from one single page. Our objective was to achieve any end-user-intent within 2 clicks.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhgvsx4cgrzoit03rncah.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhgvsx4cgrzoit03rncah.png" alt="sendwithses.com unified billing dashboard" width="800" height="438"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;No Exotic Names:&lt;/strong&gt; Our plans are simply named, &lt;strong&gt;Free, Small, Medium, Large, and Extra Large.&lt;/strong&gt; So when somebody says, "We are using the 'Medium Plan' in Send With SES", others in their office will automatically know there are alternate plans like ‘Small’ or ‘Large’. This is not the case when you say something like, "We are using the 'Garden Plan'". Our plan names are easy to remember and communicate.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0n6zsdph9y1cft17ubzg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0n6zsdph9y1cft17ubzg.png" alt="sendwithses.com pricing" width="800" height="250"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;All Plans Include All Features.&lt;/strong&gt; The first question that comes up when signing up for a subscription is, “&lt;em&gt;Which plan do i select?&lt;/em&gt;" So the potential user does a feature comparison of all available plans and the associated mental math. We save potential customers a lot of mental time and trouble by saying "&lt;a href="https://docs.sendwithses.com/pricing" rel="noopener noreferrer"&gt;All our plans include all features&lt;/a&gt;". So a 'Free' user has &lt;strong&gt;ALL&lt;/strong&gt; the features that an 'Enterprise' user has. Only the usage amount varies.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;All Prices Mentioned Upfront.&lt;/strong&gt; The next question that comes up when signing up for a subscription is, "&lt;em&gt;How much will i be spending&lt;/em&gt;?" Most companies list prices for all plans except the Top/Enterprise Plan which just has a 'Contact Us' button. This creates some uneasiness, "&lt;em&gt;Will i be ransomed into this product/service if i start to grow&lt;/em&gt;?" We avoid this situation by listing the price for our 'Extra Large' plan (which is our unlimited top end Enterprise plan).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Free Plan - No Credit Card Needed.&lt;/strong&gt; This is something many do. Nothing different about us here.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Refunds.&lt;/strong&gt; - All refunds are prorated and processed automatically. For example, if a user signs up for the 'Medium Plan ($150)' on 1st and cancels on 15th, they are immediately issued a refund of $75. We do have a &lt;a href="https://docs.sendwithses.com/services-and-privacy-terms/refund-policy" rel="noopener noreferrer"&gt;refund policy&lt;/a&gt; to prevent plan abuse and protect our platform.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Subscription Cancellations.&lt;/strong&gt; - Don’t bury the cancel subscription button. If a customer wants to exit - they will. We placed a large and prominent TrashBin icon below the pricing plans. In our case, simply switching back to the 'Free Plan' will stop customer billing immediately. &lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpdh03wuxg101soe16rpk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpdh03wuxg101soe16rpk.png" alt="Alt Text" width="800" height="438"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Data Retention.&lt;/strong&gt; - A customer may no longer need a paid subscription plan but may need historical data generated when they were on a paid plan. As mentioned earlier, simply switching back to our 'Free Plan' will stop customer billing immediately but they will not lose any old data that was generated.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Easy Upgrade/Downgrade Plans.&lt;/strong&gt; - All available plans are shown in Billing Dashboard. When user selects any plan, a popup is presented which shows the amount that will be billed, the card it will be billed to, and some important billing support information. A plan can be changed in two clicks.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbl24ps8yhghl1pve5k45.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbl24ps8yhghl1pve5k45.png" alt="sendwithses.com plan change" width="800" height="438"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Easy Add/Remove Credit Cards.&lt;/strong&gt; - The top-right of the Billing Dashboard has a 'My Cards' button. Clicking it will open a popup where user can add/delete credit cards and set default card.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp8gzvdxdegkkukdhjayz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp8gzvdxdegkkukdhjayz.png" alt="sendwithses.com payment cards" width="800" height="438"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Payment History.&lt;/strong&gt; - Full historical table with invoice download options. Also shows date and time of billing. &lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1kw572s5a6kmgofck83g.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1kw572s5a6kmgofck83g.png" alt="sendwithses.com full payment history with invoice downloads" width="800" height="438"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Total Cost Calculator.&lt;/strong&gt; - Given the unique nature of our product (i.e. in addition to &lt;strong&gt;Send With SES&lt;/strong&gt; charges, end user may incur extra charges in their AWS Account), we made a &lt;a href="https://docs.google.com/spreadsheets/d/1ZV3nr6DLwHShrPIHtPll-UjZ-DCadcjsYy-UpDEXq5E/edit#gid=0" rel="noopener noreferrer"&gt;Total Cost Calculator&lt;/a&gt; that is linked to from the &lt;a href="https://docs.sendwithses.com/pricing" rel="noopener noreferrer"&gt;pricing page&lt;/a&gt;. &lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6cubeelxxgr7q969583q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6cubeelxxgr7q969583q.png" alt="sendwithses.com total cost calculator" width="800" height="438"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Customer Communication.&lt;/strong&gt; - We keep customer communications to a bare minimum. The only automated emails we send out are a one-time welcome email on registration, an upcoming payment email, and an invoice-receipt email after payment is made. &lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Concluding ...
&lt;/h2&gt;

&lt;p&gt;Is our approach working? Probably yes. Since launch (Jan-2018) we have received only one billing related support query.&lt;/p&gt;

&lt;p&gt;= = = = = &lt;br&gt;
&lt;strong&gt;About Send With SES.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://sendwithses.com/" rel="noopener noreferrer"&gt;&lt;strong&gt;Send With SES&lt;/strong&gt;&lt;/a&gt; is a wrapper built around &lt;a href="https://aws.amazon.com/ses/" rel="noopener noreferrer"&gt;AWS&lt;/a&gt; for sending Emails, SMS, and Push Notifications (coming soon) to your customers at low cost while ensuring high deliverability. &lt;/p&gt;

&lt;p&gt;You can consider Send With SES as an alternative to &lt;a href="https://aws.amazon.com/pinpoint" rel="noopener noreferrer"&gt;AWS Pinpoint&lt;/a&gt;. Unlimited Contacts/Subscribers. Scale to billions of messages. Just sign in to get started with the Free Plan. No credit card needed.&lt;br&gt;
= = = = =&lt;/p&gt;

</description>
      <category>aws</category>
      <category>sendwithses</category>
      <category>subscriptionbilling</category>
      <category>awspinpointalternative</category>
    </item>
  </channel>
</rss>
