<?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: Success Ogbulu</title>
    <description>The latest articles on DEV Community by Success Ogbulu (@success_ogbulu).</description>
    <link>https://dev.to/success_ogbulu</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3988367%2F0b26d2e4-9bac-4304-ae61-2ef903c671d6.png</url>
      <title>DEV Community: Success Ogbulu</title>
      <link>https://dev.to/success_ogbulu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/success_ogbulu"/>
    <language>en</language>
    <item>
      <title>What do you use to send OTPs and notification emails?</title>
      <dc:creator>Success Ogbulu</dc:creator>
      <pubDate>Wed, 17 Jun 2026 18:24:00 +0000</pubDate>
      <link>https://dev.to/success_ogbulu/what-do-you-use-to-send-otps-and-notification-emails-2h8j</link>
      <guid>https://dev.to/success_ogbulu/what-do-you-use-to-send-otps-and-notification-emails-2h8j</guid>
      <description>&lt;p&gt;Genuine question for the devs here 👇&lt;/p&gt;

&lt;p&gt;What are you using to send your app's &lt;strong&gt;OTPs, password resets, and notification emails&lt;/strong&gt;?&lt;/p&gt;

&lt;p&gt;Resend? Postmark? SendGrid? Self-hosted? Plain SMTP and a prayer?&lt;/p&gt;

&lt;p&gt;I ask because I kept hitting the same two problems:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The pricing adds up fast once you're sending real volume.&lt;/li&gt;
&lt;li&gt;Deliverability, half the battle is just &lt;em&gt;not&lt;/em&gt; landing in spam.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;For context, I ended up building my own: &lt;a href="https://sendhiiv.com" rel="noopener noreferrer"&gt;Sendhiiv&lt;/a&gt; — a faster, cheaper, Naira-friendly alternative to the usual options. Drop-in SMTP or API, and it auto-pauses a send if bounces or spam complaints spike, so your domain doesn't get wrecked.&lt;/p&gt;

&lt;p&gt;But I'm genuinely curious what everyone else is running with, drop yours in the comments. What do you use, and what made you pick it? 👇&lt;/p&gt;

</description>
    </item>
    <item>
      <title>I got tired of my app's emails landing in spam, so here's what fixed it</title>
      <dc:creator>Success Ogbulu</dc:creator>
      <pubDate>Wed, 17 Jun 2026 17:16:45 +0000</pubDate>
      <link>https://dev.to/success_ogbulu/i-got-tired-of-my-apps-emails-landing-in-spam-so-heres-what-fixed-it-h91</link>
      <guid>https://dev.to/success_ogbulu/i-got-tired-of-my-apps-emails-landing-in-spam-so-heres-what-fixed-it-h91</guid>
      <description>&lt;p&gt;Every app I build ends up needing to send email, signups, password resets, receipts. Sending it is the easy part. Keeping it &lt;em&gt;out of the spam folder&lt;/em&gt; is the part that always bit me.&lt;/p&gt;

&lt;p&gt;Here's how it usually goes wrong: a few bad addresses bounce, someone marks an email as spam, and slowly your whole domain's reputation drops. Then even your good emails start landing in spam — and you find out days later from an annoyed user.&lt;/p&gt;

&lt;p&gt;I started using &lt;a href="https://sendhiiv.com" rel="noopener noreferrer"&gt;Sendhiiv&lt;/a&gt; because it handles this part for you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Drop-in setup&lt;/strong&gt;, point your app's existing SMTP at it, no rewrite needed.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Full API access&lt;/strong&gt;, connect your app and send emails automatically (welcome mails, receipts, resets) straight from your code.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;It pauses itself&lt;/strong&gt;, if too many emails bounce or get marked as spam, the send stops automatically, before your domain takes the hit.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bounces and unsubscribes are handled for you&lt;/strong&gt;, no scripts to maintain.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Real inboxes&lt;/strong&gt;, every address can actually receive replies, instead of being a dead "no-reply" address.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's it. Sending email is easy. Sending it &lt;em&gt;well&lt;/em&gt; is the hard part, and that's the bit worth not doing by hand.&lt;/p&gt;

&lt;p&gt;(Full disclosure: I work on Sendhiiv. Happy to answer questions in the comments.)&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>email</category>
      <category>deliverability</category>
      <category>node</category>
    </item>
    <item>
      <title>What email sending platform do you all use for your otps and notifications.</title>
      <dc:creator>Success Ogbulu</dc:creator>
      <pubDate>Wed, 17 Jun 2026 06:22:31 +0000</pubDate>
      <link>https://dev.to/success_ogbulu/what-email-sending-platform-do-you-all-use-for-your-otps-and-notifications-3g9i</link>
      <guid>https://dev.to/success_ogbulu/what-email-sending-platform-do-you-all-use-for-your-otps-and-notifications-3g9i</guid>
      <description></description>
      <category>backend</category>
      <category>discuss</category>
      <category>saas</category>
      <category>security</category>
    </item>
  </channel>
</rss>
