<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Mail Relay on Documentation</title>
    <link>/docs/mail-relay/</link>
    <description>Recent content in Mail Relay on Documentation</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="/docs/mail-relay/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Overview</title>
      <link>/docs/mail-relay/overview/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/docs/mail-relay/overview/</guid>
      <description>&lt;p&gt;The Elastx Mail Relay service facilitates sending large numbers of emails and is especially suited for applications/services that needs to send emails.&lt;/p&gt;&#xA;&lt;p&gt;The scope of the service is access to our SMTP server for sending emails.&lt;/p&gt;&#xA;&lt;p&gt;To use the service you must configure the necessary DNS records on the domain names you wish to use as sender address for your emails.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Announcements</title>
      <link>/docs/mail-relay/announcement/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/docs/mail-relay/announcement/</guid>
      <description>&lt;h2 id=&#34;2025-01-08-dkim-signing-now-required-for-all-mail-relay-customers&#34;&gt;2025-01-08 DKIM signing now required for all mail relay customers&lt;/h2&gt;&#xA;&lt;h3 id=&#34;breaking-changes&#34;&gt;Breaking changes&lt;/h3&gt;&#xA;&lt;p&gt;All mail relay customers are now &lt;strong&gt;required&lt;/strong&gt; to implement DKIM signing for the domains they wish to use with our mail relay service. This can be as simple as adding a DNS record, please contact our support to get started. From &lt;strong&gt;2025-04-01&lt;/strong&gt; our Mail Relay service will reject mails from domains without DKIM configured.&lt;/p&gt;&#xA;&lt;h3 id=&#34;background&#34;&gt;Background&lt;/h3&gt;&#xA;&lt;p&gt;Forged addresses and content are widely used in spam, phishing and other email frauds. To protect legitimate organisations and end users, more and more email providers are starting to reject mail sent without a valid DKIM signature.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Email and DNS</title>
      <link>/docs/mail-relay/email-and-dns/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/docs/mail-relay/email-and-dns/</guid>
      <description>&lt;p&gt;DNS plays a vital role in regards to email, there are three types of DNS records that are essential to ensuring your emails reach the recipients without being flagged as spam:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Type&lt;/th&gt;&#xA;          &lt;th&gt;Purpose&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;DMARC&lt;/td&gt;&#xA;          &lt;td&gt;Policy - what action should be taken if a email does not &amp;ldquo;pass&amp;rdquo; DKIM or SPF validation?&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;DKIM&lt;/td&gt;&#xA;          &lt;td&gt;Signing - each email is signed with a private key, the public key is put in DNS for the sender domain&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;SPF&lt;/td&gt;&#xA;          &lt;td&gt;Authorize email servers - what servers (source IPs) are allowed to send emails for this domain name&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;additional-reading&#34;&gt;Additional reading&lt;/h2&gt;&#xA;&lt;p&gt;External resources that explains how DMARC, DKIM and SPF works:&lt;/p&gt;</description>
    </item>
    <item>
      <title>FAQ</title>
      <link>/docs/mail-relay/faq/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/docs/mail-relay/faq/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;Price?&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;Please see the &lt;a href=&#34;https://elastx.se/en/mail-relay/pricing/&#34;&gt;website&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;How many emails can I send?&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;We recommend a maximum rate of 10 emails per second.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Multiple user accounts?&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;Yes, a couple of user accounts are fine.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Getting started</title>
      <link>/docs/mail-relay/getting-started/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/docs/mail-relay/getting-started/</guid>
      <description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;p&gt;In short the required steps are:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Contact the Elastx Support to get user account and password for the SMTP server&lt;/li&gt;&#xA;&lt;li&gt;For each domain you want to send emails from:&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Create DNS record for Elastx challenge token (for each user account)&lt;/li&gt;&#xA;&lt;li&gt;Create DNS SPF record&lt;/li&gt;&#xA;&lt;li&gt;Create DNS DKIM record&lt;/li&gt;&#xA;&lt;li&gt;Create DNS DMARC record&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Once these steps are completed you can use our SMTP server to send emails.&lt;/p&gt;&#xA;&lt;p&gt;If you are unfamiliar with SPF, DKIM and DMARC &lt;a href=&#34;/docs/mail-relay/email-and-dns/&#34;&gt;please see this article&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
