<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>email — Host Boards</title>
        <link>https://hostboards.com/index.php?p=/</link>
        <pubDate>Wed, 29 Jul 2026 18:03:31 +0000</pubDate>
        <language>en</language>
            <description>email — Host Boards</description>
    <atom:link href="https://hostboards.com/index.php?p=/discussions/tagged/email/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>Cost-Effective Collaboration: eWallHost Google Workspace ₹69/User Monthly!</title>
        <link>https://hostboards.com/index.php?p=/discussion/7008/cost-effective-collaboration-ewallhost-google-workspace-69-user-monthly</link>
        <pubDate>Tue, 13 Feb 2024 09:07:32 +0000</pubDate>
        <category>Hosting Offers</category>
        <dc:creator>eWallHost</dc:creator>
        <guid isPermaLink="false">7008@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hello,</p>

<p><strong><a rel="nofollow" href="https://www.ewallhost.com/" title="eWallHost"><strong>eWallHost</strong></a></strong> Google Workspace is a comprehensive suite of productivity tools that offers a wide range of features, including professional email addresses, shared calendars, real-time collaboration on documents, cloud storage, video conferencing (Google Meet), and advanced security measures.</p>

<p>eWallHost Google Workspace (G Suite) starts at <strong>₹69/mo for each account, and this offer is applicable for the purchase of the first 20 accounts only.</strong></p>

<p><strong>Basic plan</strong>: Google Workspace (G suite) with 30GB storage.</p>

<p><strong>Included Tools:</strong></p>

<ul>
<li>Google Drive</li>
<li>Google Docs</li>
<li>Google Sheets</li>
<li>Google Calendar</li>
<li>Gmail</li>
<li>Google Meet</li>
<li>Google Chat</li>
<li>Google contacts</li>
</ul>

<p><strong>Google Workspace Features:</strong></p>

<ul>
<li>Business Email Address</li>
<li>Advance Admin Controls</li>
<li>Workspace security</li>
<li>Easy Collaboration with Google Docs</li>
<li>Data Migration</li>
</ul>

<p><strong><a rel="nofollow" href="https://www.ewallhost.com/g-suite-hosting" title="Order Now"><strong>Order Now</strong></a></strong></p>

<p><strong>For Immediate Assistance</strong></p>

<p><strong>Phone.no: +91 96550 05757</strong></p>

<p>Contact Us: at <strong>support.team@ewallhost.com</strong> or visit our website</p>
]]>
        </description>
    </item>
    <item>
        <title>Use a custom domain to send emails with Gmail using Cloudflare email routing</title>
        <link>https://hostboards.com/index.php?p=/discussion/5957/use-a-custom-domain-to-send-emails-with-gmail-using-cloudflare-email-routing</link>
        <pubDate>Sat, 19 Nov 2022 02:41:35 +0000</pubDate>
        <category>Tutorials</category>
        <dc:creator>DeluxeNames</dc:creator>
        <guid isPermaLink="false">5957@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Use a basic Gmail account to "Send mail as" with a domain that uses Cloudflare email routing<br />
May 6, 2022</p>

<p>If you’ve got a basic Gmail account like your.name@gmail.com (ie not a full Google Workspace account) and a custom domain that you want to send email from, using Gmail’s “Send mail as” functionality, and you want to use this domain with Cloudflare’s email routing then this guide is for you…</p>

<p>ytho?<br />
First some background. Why would you want to do this? Typically, if you have a custom domain that you want to use for email, then you’d have to administer or have access to an email server for it. This email server will need to have DNS MX records set up for it, and will also need a good sender reputation if your emails aren’t going to end up in spam.</p>

<p>Normally, to “Send mail as” in Gmail, you’d enter the custom domain’s email server SMTP details, and your email username and password. Then when you send emails from Gmail, Google contacts that mail server, and the emails go out from it, rather than from Gmail.</p>

<p>The advantage of this is that you can let the domain’s email server sign the emails with a DKIM signature, as well as having whatever email addresses you want on that custom domain. The downside, is that you need an email server, and inboxes for those custom addresses.</p>

<p>However, now that Cloudflare have made email routing available for domains where they are the authoritative nameserver (host your domain’s DNS records), you can use Gmail to send emails using your custom domain, and Cloudflare to route them, doing away with the need for a custom mailserver entirely.</p>

<p>How to use Gmail’s “Send mail as” with a custom domain and Cloudflare email routing</p>

<p>Cloudflare, if not you’ll need to change the domain’s authoritative nameservers first. Then you can setup Cloudflare email routing.</p>

<p>You’ll be given some DNS records to set up by default, but you’ll want to alter these slightly.</p>

<p>1.1 Edit your SPF record<br />
Your spf TXT record will need to look like this:</p>

<p>v=spf1 a mx include:_spf.google.com include:_spf.mx.cloudflare.net  ~all<br />
– we’ve added a mx include:_spf.google.com to indicate that google can send on our behalf, along with Cloudflare.</p>

<p>1.2 Edit your DMARC record<br />
Change it so it looks like this:</p>

<p>v=DMARC1; p=none; rua=mailto:you@example.com; aspf=r;<br />
– where example.com is your custom domain. The email address in the rua field can be anything at your custom domain; it’s where email providers will periodically send you aggregated reports about your domain’s email.</p>

<p>We’ve set the domain policy p to none (other options are quarantine and reject if sending mail fails to pass DMARC checks). The SPF alignment policy aspf is set to relaxed r.</p>

<p>Setting the above is critical to not getting your custom domain’s email bounced or rejected, especially as it won’t be DKIM signed by Gmail.</p>

<p>1.3 Create an Email Route<br />
In your Cloudflare dashboard, click the Email option, then add a destination address - use your regular gmail address your.name@gmail.com etc. You’ll need to click the email that’s sent to you to confirm this.</p>

<p>Once you’ve done that, you can add a custom email address e.g. special@example.com and route it the gmail address you just confirmed.</p>

<ol start="2">
<li>Configure Gmail<br />
Next we’ll do the Gmail configuration.</li>
</ol>

<p>2.1 Create an app password<br />
First you’ll need to create an email app password in your Google account. Go to <a href="https://myaccount.google.com/apppasswords" rel="nofollow">https://myaccount.google.com/apppasswords</a> and choose Email from the “Select app” dropdown and Other for the device.</p>

<p>Copy the password that’s generated for you.</p>

<p>2.2 Add the email address to Gmail’s “Send mail as” section<br />
There are detailed instructions on adding a new email address, but it’s relatively easy. Go to your Gmail account settings and in the Send mail as: section, click the Add another email address option.</p>

<p>In the pop-up, enter your custom domain’s email address, untick the Treat as an alias option, click the Specify a different “reply-to” address link and add the same custom email address in there. Then click Next Step.</p>

<p><a href="https://support.google.com/mail/answer/22370" rel="nofollow">https://support.google.com/mail/answer/22370</a><br />
Gmail account settings: <a href="https://mail.google.com/mail/#settings/accounts" rel="nofollow">https://mail.google.com/mail/#settings/accounts</a><br />
email app password that you generated: #21-create-an-app-password</p>

<p>Source:<br />
<a href="https://jay.gooby.org/2022/05/06/use-a-basic-gmail-account-to-send-mail-as-with-a-domain-that-uses-cloudflare-email-routing" rel="nofollow">https://jay.gooby.org/2022/05/06/use-a-basic-gmail-account-to-send-mail-as-with-a-domain-that-uses-cloudflare-email-routing</a></p>
]]>
        </description>
    </item>
    <item>
        <title>Godaddy Ending Free Email Service!</title>
        <link>https://hostboards.com/index.php?p=/discussion/4634/godaddy-ending-free-email-service</link>
        <pubDate>Mon, 05 Jul 2021 10:15:42 +0000</pubDate>
        <category>Hosting Discussion &amp; News</category>
        <dc:creator>DeluxeNames</dc:creator>
        <guid isPermaLink="false">4634@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Godaddy for years has offered free email services with domain registration.</p>

<p>Now they are ending the free email and moving to microsoft 365 with a 2 month trial for which you would need to pay after.</p>

<p>Will this affect you and what will you do?</p>
]]>
        </description>
    </item>
<div class="SFBox SFVCBox"><span>Online Since</span>April 2004</div><div class="SFBox SFVCBox"><span>Total Views</span>3.1M</div><div class="SFBox SFUBox"><span>Total Users</span>3.7M</div><div class="SFBox SFTBox"><span>Total Topics</span>7.8K</div><div class="SFBox SFPBox"><span>Post Count</span>33.3K</div>   </channel>
</rss>
