<?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: Sweego</title>
    <description>The latest articles on DEV Community by Sweego (@sweego).</description>
    <link>https://dev.to/sweego</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%2Forganization%2Fprofile_image%2F8499%2F033c4086-1088-4be0-8485-fd82015c7424.png</url>
      <title>DEV Community: Sweego</title>
      <link>https://dev.to/sweego</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sweego"/>
    <language>en</language>
    <item>
      <title>List of free online email testing tools</title>
      <dc:creator>Pierre-Yves Dubreucq</dc:creator>
      <pubDate>Tue, 01 Oct 2024 07:39:42 +0000</pubDate>
      <link>https://dev.to/sweego/list-of-free-online-email-testing-tools-21co</link>
      <guid>https://dev.to/sweego/list-of-free-online-email-testing-tools-21co</guid>
      <description>&lt;p&gt;Testing emails before sending is crucial for ensuring good deliverability, whether it’s for transactional emails, newsletters, or marketing campaigns. Verifying SPF, DKIM, and DMARC configurations, analyzing content to pass spam filters, and checking inbox placement can be time-consuming. Luckily, there are free tools online that help automate and simplify these tasks.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://aboutmy.email/" rel="noopener noreferrer"&gt;AboutMy.email&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.toList%20of%20free%20online%20email%20testing%20tools"&gt;LearnDMARC&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.mail-tester.com/" rel="noopener noreferrer"&gt;Mail Tester&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;To see the full list of tools, go on &lt;a href="https://www.sweego.io/channel/email/list-of-free-online-email-testing-tools" rel="noopener noreferrer"&gt;our article&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Email authentication - Understanding headers</title>
      <dc:creator>Pierre-Yves Dubreucq</dc:creator>
      <pubDate>Thu, 11 Jul 2024 08:33:10 +0000</pubDate>
      <link>https://dev.to/sweego/email-authentication-understanding-headers-1pn1</link>
      <guid>https://dev.to/sweego/email-authentication-understanding-headers-1pn1</guid>
      <description>&lt;p&gt;Email authentication is crucial to ensure your emails reach recipients’ inboxes, especially for transactional emails where errors are unacceptable. The main methods of authentication include &lt;strong&gt;SPF&lt;/strong&gt; (Sender Policy Framework), &lt;strong&gt;DKIM&lt;/strong&gt; (DomainKeys Identified Mail), and &lt;strong&gt;DMARC&lt;/strong&gt; (Domain-based Message Authentication, Reporting &amp;amp; Conformance).&lt;/p&gt;

&lt;p&gt;To verify these configurations, examine the email headers for specific elements. Understanding these details will help you improve your email deliverability and security.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. SPF Header
&lt;/h2&gt;

&lt;p&gt;&lt;code&gt;Received-SPF&lt;/code&gt; header indicates the result of the SPF check performed by the receiving server, and the &lt;code&gt;Authentication-Results&lt;/code&gt; header indicates the result of the SPF check.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. DKIM Header
&lt;/h2&gt;

&lt;p&gt;The &lt;code&gt;DKIM-Signature&lt;/code&gt; header contains the email’s DKIM signature, and the &lt;code&gt;Authentication-Results&lt;/code&gt; header indicates the result of the DKIM verification.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. DMARC Header
&lt;/h2&gt;

&lt;p&gt;The &lt;code&gt;Authentication-Results&lt;/code&gt; header indicates the result of the DMARC verification.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Authentication-Results Header
&lt;/h2&gt;

&lt;p&gt;In addition to the SPF and DKIM specific headers, the Authentication-Results header provides an overview of the email authentication results.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Authentication-Results: mx.google.com;
 spf=pass (google.com: domain of sender@example.com designates 192.0.2.1 as permitted sender) smtp.mailfrom=sender@example.com;
 dkim=pass header.i=@example.com header.s=selector1 header.b=Gw+yUxcC;
 dmarc=pass (p=NONE) header.from=example.com
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;If you want to know more, read our article about &lt;a href="https://www.sweego.io/channel/email/email-authentication-analyze-your-email-header" rel="noopener noreferrer"&gt;Email Authentication header&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ops</category>
      <category>webdev</category>
    </item>
    <item>
      <title>New Yahoo Sender Hub Dashboard</title>
      <dc:creator>Pierre-Yves Dubreucq</dc:creator>
      <pubDate>Mon, 20 May 2024 07:33:35 +0000</pubDate>
      <link>https://dev.to/sweego/new-yahoo-sender-hub-dashboard-3cco</link>
      <guid>https://dev.to/sweego/new-yahoo-sender-hub-dashboard-3cco</guid>
      <description>&lt;p&gt;Exciting news in the email world!&lt;/p&gt;

&lt;p&gt;Yahoo’s postmasters have just unveiled the new Sender Hub Dashboard!&lt;/p&gt;

&lt;p&gt;This interface allows email senders to view and manage Yahoo sender services associated with their brand.&lt;/p&gt;

&lt;p&gt;The dashboard offers various services, beginning with the Complaint Feedback Loop (CFL) service.&lt;/p&gt;

&lt;p&gt;Say goodbye to the days of managing domains individually. Now, you can see all enrolled domains in one place and manage them in bulk using a CSV file. While there’s no word on a more convenient API method yet, let’s appreciate this significant advancement 🍾&lt;/p&gt;

&lt;p&gt;You can also check the verification status of your domains.&lt;/p&gt;

&lt;p&gt;Important: If you were a Yahoo FBL user, you have until August 1, 2024, to create an account on the Sender Hub and re-register.&lt;/p&gt;

&lt;p&gt;If you want to see how you can add your domain, we wrote a &lt;a href="https://www.sweego.io/channel/email/new-yahoo-sender-hub-dashboard"&gt;mini howto on Sweego website&lt;/a&gt;&lt;/p&gt;

</description>
      <category>email</category>
      <category>deliverability</category>
      <category>news</category>
    </item>
    <item>
      <title>Email deliverability for developers: A technical guide</title>
      <dc:creator>Pierre-Yves Dubreucq</dc:creator>
      <pubDate>Thu, 16 May 2024 16:26:09 +0000</pubDate>
      <link>https://dev.to/sweego/email-deliverability-for-developers-a-technical-guide-4pln</link>
      <guid>https://dev.to/sweego/email-deliverability-for-developers-a-technical-guide-4pln</guid>
      <description>&lt;p&gt;For any startup creating software, engaging with users is critical. Yet, a common challenge emerges: meticulously designed emails, including vital transactional ones, often land in the spam folder. But, worry not, developers, as we are set to explore the secrets behind enhancing email deliverability.&lt;/p&gt;

&lt;p&gt;Email deliverability is essentially the capacity to have your emails arrive in recipients' inboxes.&lt;/p&gt;

&lt;h2&gt;
  
  
  Email Authentication
&lt;/h2&gt;

&lt;p&gt;To ensure emails reach their destination, it's crucial to use authentication standards like SPF (Sender Policy Framework), DKIM (DomainKeys Identified Mail), and DMARC (Domain-based Message Authentication, Reporting, and Conformance).&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;SPF verifies sender identity by listing authorized IP addresses for email sending.&lt;/li&gt;
&lt;li&gt;DKIM secures emails with a digital signature, ensuring they're unchanged in transit.&lt;/li&gt;
&lt;li&gt;DMARC enhances SPF and DKIM, giving domain owners better control over email authentication and treatment.&lt;/li&gt;
&lt;li&gt;BIMI enables brands to display their logo in recipients' inboxes, provided the emails pass DMARC verification.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0u8ljnqdl3zupy7tc39e.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0u8ljnqdl3zupy7tc39e.png" alt="Image description" width="491" height="378"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Read our article to know more about this subject :&lt;br&gt;
&lt;a href="https://www.sweego.io/channel/email/mastering-email-deliverability-for-developers-a-technical-guide"&gt;https://www.sweego.io/channel/email/mastering-email-deliverability-for-developers-a-technical-guide&lt;/a&gt;&lt;/p&gt;

</description>
      <category>email</category>
      <category>transactional</category>
    </item>
    <item>
      <title>Sweego - A New Notifications Platform</title>
      <dc:creator>Pierre-Yves Dubreucq</dc:creator>
      <pubDate>Tue, 12 Mar 2024 13:47:49 +0000</pubDate>
      <link>https://dev.to/sweego/sweego-a-new-notifications-platform-1lc</link>
      <guid>https://dev.to/sweego/sweego-a-new-notifications-platform-1lc</guid>
      <description>&lt;p&gt;Over the past several months, our team has dedicated itself to creating a product that not only fulfills developers' needs but also adheres to the core principles valued by our team and founders. This Made-in-Europe solution empowers developers to seamlessly send messages, ensuring they maintain full control over their data.&lt;/p&gt;

&lt;p&gt;Our platform currently offers the capability to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Send emails with ease&lt;/li&gt;
&lt;li&gt;Bypass common deliverability issues&lt;/li&gt;
&lt;li&gt;Analyze &lt;a href="https://www.sweego.io/observability"&gt;deliverability statistics&lt;/a&gt; with simplicity&lt;/li&gt;
&lt;li&gt;Retain complete control of your data&lt;/li&gt;
&lt;li&gt;Minimize environmental impact&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;While email serves as the foundational element of our service, we are actively expanding our offerings to include additional communication channels such as SMS, Slack, RCS, and in-app notifications.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.sweego.io/"&gt;Sweego&lt;/a&gt; is designed to serve as a comprehensive communication orchestrator with three primary goals:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Relieve our clients of the burden of developing bespoke notification systems.&lt;/li&gt;
&lt;li&gt;Enhance message dispatch efficiency.&lt;/li&gt;
&lt;li&gt;Boost user engagement.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;By integrating these features, &lt;a href="https://www.sweego.io/"&gt;Sweego&lt;/a&gt; aims to provide a streamlined, efficient, and environmentally conscious messaging solution that aligns with today’s development and data privacy standards.&lt;/p&gt;

&lt;p&gt;If these issues speak to you, great news: &lt;br&gt;
Be one of the first 100 users to get 50% off your first month 🎁&lt;br&gt;
&lt;a href="https://www.sweego.io/pricing"&gt;Sweego's pricing&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Listen to Rachel, our Lead Product Manager, &lt;a href="https://youtu.be/cQcza7r_qGc?si=Bb8qJilHOGH0ZZLD"&gt;introduce Sweego&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you want to test, &lt;a href="https://app.sweego.io/"&gt;get started on app directly&lt;/a&gt; (we have freemium)&lt;/p&gt;

&lt;p&gt;If you have any question, we are here to answer to you. &lt;br&gt;
Thank you again to be the first to believe in Sweego.&lt;/p&gt;

</description>
      <category>email</category>
      <category>transactional</category>
      <category>devtools</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
