<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>cloud hosted Archives - MIDAS - Room Booking System | Blog</title>
	<atom:link href="https://mid.as/blog/tag/cloud-hosted/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>...Making your facilities work for you!</description>
	<lastBuildDate>Mon, 02 Mar 2026 10:26:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Zero Configuration Email Delivery for Cloud-Hosted Customers</title>
		<link>https://mid.as/blog/zero-configuration-email-delivery/</link>
		
		<dc:creator><![CDATA[midas]]></dc:creator>
		<pubDate>Tue, 24 Feb 2026 08:24:10 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[cloud hosted]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[v4.42]]></category>
		<guid isPermaLink="false">https://mid.as/blog/?p=5958</guid>

					<description><![CDATA[<p>Learn how MIDAS v4.42 introduces zero configuration cloud email sending with improved deliverability and no SMTP setup required.</p>
<p>The post <a href="https://mid.as/blog/zero-configuration-email-delivery/">Zero Configuration Email Delivery for Cloud-Hosted Customers</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<figure class="wp-block-post-featured-image"><img fetchpriority="high" decoding="async" width="1200" height="310" src="https://mid.as/blog/wp-content/uploads/2026/02/zero-config-header.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Zero Configuration Email Delivery" style="object-fit:cover;" srcset="https://mid.as/blog/wp-content/uploads/2026/02/zero-config-header.jpg 1200w, https://mid.as/blog/wp-content/uploads/2026/02/zero-config-header-300x78.jpg 300w, https://mid.as/blog/wp-content/uploads/2026/02/zero-config-header-1024x265.jpg 1024w, https://mid.as/blog/wp-content/uploads/2026/02/zero-config-header-768x198.jpg 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></figure>


<p>The ability to send email is essential for any booking system.</p>



<p>From booking confirmations and reminders, to invoices, notifications, and password resets, booking and scheduling systems rely on email.</p>



<p>MIDAS naturally supports the sending of email, but we&#8217;ve made some exciting and significant improvements to email sending for our cloud-hosted customers for v4.42.</p>



<p>But first, let&#8217;s look at the existing ways in which MIDAS can send email.</p>



<p>Until now, the sending of email by MIDAS has been through a choice between &#8220;Sendmail&#8221; or &#8220;SMTP&#8221;.</p>



<h2 class="wp-block-heading">What is Sendmail?</h2>



<p>Available on Linux-based servers, Sendmail is a built-in server application for sending email directly from the server itself. <a href="https://mid.as/glossary/sendmail" class="dfn">Read more about Sendmail</a>.</p>



<h2 class="wp-block-heading">What is SMTP?</h2>



<p>SMTP (or Simple Mail Transfer Protocol) is the standard language used by computers to send emails across the internet. <a href="https://mid.as/glossary/smtp" class="dfn">Read more about SMTP</a>.</p>



<h2 class="wp-block-heading">Sendmail vs SMTP</h2>



<p>Both Sendmail and SMTP options have been available in both our cloud-hosted and self-hosted editions.</p>



<p>&#8220;Sendmail&#8221; has long been the default &#8216;out of the box&#8217; email transport setting for cloud-hosted customers. However, we&#8217;ve always encouraged customers to move over to SMTP as soon as possible.</p>



<p>That&#8217;s because generally email deliverability rates are <strong>substantially higher</strong> when MIDAS is configured to send email through a customer&#8217;s own SMTP server, than if instead sent directly through our own servers.</p>



<p>Whilst Sendmail is configured to work &#8216;out of the box&#8217; for cloud-hosted customers, SMTP requires a little more configuration.</p>



<p>To configure MIDAS to send email via SMTP, you will need:</p>



<ul class="wp-block-list">
<li>The address of your SMTP server</li>



<li>The correct port number</li>



<li>The SMTP username and password</li>



<li>The correct SSL, TLS, or STARTTLS encryption method setting</li>
</ul>



<p>You will also need to ensure that your SMTP server accepts connections from your cloud-hosted MIDAS system. In addition, your organization&#8217;s domain must be <a href="https://mid.as/kb/00152/fix-spf-fail-not-authorized-dmarc-evaluation-error">configured to allow MIDAS to send email</a> on behalf of your domain.</p>



<p>This requires significant configuration and setup. We want to simplify this for our cloud-hosted customers. That&#8217;s why we&#8217;re introducing cloud email sending.</p>



<h2 class="wp-block-heading">Introducing &#8220;Cloud Sending&#8221;</h2>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="652" height="435" src="https://mid.as/blog/wp-content/uploads/2026/02/zero-config-email.png" alt="New Zero Configuration Email Sending Option" class="wp-image-6001" srcset="https://mid.as/blog/wp-content/uploads/2026/02/zero-config-email.png 652w, https://mid.as/blog/wp-content/uploads/2026/02/zero-config-email-300x200.png 300w" sizes="(max-width: 652px) 100vw, 652px" /><figcaption class="wp-element-caption">New Zero Configuration Email Sending Option</figcaption></figure>
</div>


<p>For MIDAS v4.42, we&#8217;ve introduced a new &#8220;Cloud&#8221; option for sending email. This new option is available to all cloud-hosted customers, and replaces the previous &#8220;Sendmail&#8221; option. (Sendmail continues to remain an option for self-hosted customers).</p>



<p>With the new cloud email option selected, you won&#8217;t need to specify an SMTP host, or enter credentials or specify ports &#8211; MIDAS will take care of all of that!</p>



<p>We have partnered with a dedicated transactional email provider specializing in high-deliverability email delivery services, to provide efficient and reliable email delivery for cloud-hosted customers who select the &#8220;Cloud&#8221; email sending option.</p>



<h2 class="wp-block-heading">Zero Configuration Email Sending</h2>



<p>To complement our new &#8220;cloud&#8221; email offering, we&#8217;ve also included a &#8220;Zero Configuration&#8221; option.</p>



<p>With this option enabled, MIDAS and Mailgun will seamlessly handle email delivery for your MIDAS system. You won&#8217;t need to configure an outgoing email address, nor will you need to update your organization&#8217;s domain&#8217;s SPF (<a href="https://mid.as/glossary/spf" class="dfn">Sender Policy Framework</a>) DNS record &#8211; email will just &#8216;work&#8217; right out of the box.</p>



<p>Of course, if you wish to customize the &#8220;send from&#8221; or &#8220;reply to&#8221; addresses, you can untick the &#8220;Zero Configuration&#8221; option and change those settings.</p>



<p>But in its simplest form, our new &#8220;cloud&#8221; email sending and &#8220;Zero Configuration&#8221; options mean that brand new cloud-hosted email systems can now reliably send email right from the outset.</p>



<h2 class="wp-block-heading">Migrating from Sendmail to Cloud email sending</h2>



<p>For our existing cloud-hosted customers, if you&#8217;re currently using the &#8220;Sendmail&#8221; option in your MIDAS system, you&#8217;ll be automatically migrated to &#8220;cloud&#8221; sending soon after we update you to v4.42.</p>



<p>If you do not wish to use the new &#8220;Cloud&#8221; sending option, you should update your MIDAS settings to instead send email via SMTP.</p>



<p>You can change your MIDAS email settings via MIDAS Admin Options → Manage MIDAS → Email.</p>



<p>If your cloud-hosted MIDAS system is currently configured to send email via SMTP, this setting will be unaffected when we update your booking system to v4.42. Of course, you can then always change over to use the cloud email sending option at any time.</p>
<p>The post <a href="https://mid.as/blog/zero-configuration-email-delivery/">Zero Configuration Email Delivery for Cloud-Hosted Customers</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Cloud Infrastructure Upgrades &#8211; December 2024</title>
		<link>https://mid.as/blog/cloud-infrastructure-upgrades-december-2024/</link>
		
		<dc:creator><![CDATA[midas]]></dc:creator>
		<pubDate>Tue, 17 Dec 2024 11:03:53 +0000</pubDate>
				<category><![CDATA[Tech Insight]]></category>
		<category><![CDATA[cloud hosted]]></category>
		<category><![CDATA[data center]]></category>
		<category><![CDATA[hosted]]></category>
		<category><![CDATA[infrastructure]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[speed]]></category>
		<guid isPermaLink="false">https://mid.as/blog/?p=5377</guid>

					<description><![CDATA[<p>Last week we undertook some upgrades in the three client data centers where our cloud-hosted customer&#8217;s MIDAS systems reside. These data centers are located Atlanta, Georgia (US East Coast Data Center), Seattle, Washington (US West Coast Data Center), and Amsterdam, Netherlands (European Data Center). When a customer chooses a cloud-hosted edition of MIDAS, they can [&#8230;]</p>
<p>The post <a href="https://mid.as/blog/cloud-infrastructure-upgrades-december-2024/">Cloud Infrastructure Upgrades &#8211; December 2024</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<figure class="wp-block-post-featured-image"><img decoding="async" width="960" height="300" src="https://mid.as/blog/wp-content/uploads/2024/12/cloud-infrastructure-upgrades.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Cloud Infrastructure" style="object-fit:cover;" srcset="https://mid.as/blog/wp-content/uploads/2024/12/cloud-infrastructure-upgrades.jpg 960w, https://mid.as/blog/wp-content/uploads/2024/12/cloud-infrastructure-upgrades-300x94.jpg 300w, https://mid.as/blog/wp-content/uploads/2024/12/cloud-infrastructure-upgrades-768x240.jpg 768w" sizes="(max-width: 960px) 100vw, 960px" /></figure>


<p>Last week we undertook some upgrades in the <a href="https://mid.as/blog/why-data-center-location-matters/">three client data centers</a> where our cloud-hosted customer&#8217;s MIDAS systems reside.</p>



<p>These data centers are located Atlanta, Georgia (US East Coast Data Center), Seattle, Washington (US West Coast Data Center), and Amsterdam, Netherlands (European Data Center).</p>



<p>When a customer chooses a cloud-hosted edition of MIDAS, they can choose which of these data centers their booking system runs from. (We also offer a self-hosted edition too, for customers wishing to run MIDAS on their own infrastructure)</p>



<p>The upgrades to the sever &#8216;nodes&#8217; where our cloud-hosted client&#8217;s MIDAS systems run include:</p>



<ul class="wp-block-list">
<li style="font-size:25px">Increased CPU cores by <strong>50%</strong></li>



<li style="font-size:25px">Increased Memory capacity by <strong>50%</strong></li>



<li style="font-size:25px">Increased port speed by <strong>50%</strong></li>
</ul>



<p>These upgrades were performed seamlessly without any downtime or impact on customer&#8217;s MIDAS operations.</p>



<p>The result of these upgrades is that we can deliver more powerful client nodes, with improved network connections.</p>



<p>In turn, this translates to even more responsive MIDAS booking systems for our customers. It&#8217;s all part of the service and commitment we have to our end-users!</p>
<p>The post <a href="https://mid.as/blog/cloud-infrastructure-upgrades-december-2024/">Cloud Infrastructure Upgrades &#8211; December 2024</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Why Does Data Center Location Matter?</title>
		<link>https://mid.as/blog/why-data-center-location-matters/</link>
		
		<dc:creator><![CDATA[midas]]></dc:creator>
		<pubDate>Wed, 08 Feb 2023 17:05:20 +0000</pubDate>
				<category><![CDATA[Tech Insight]]></category>
		<category><![CDATA[cloud hosted]]></category>
		<category><![CDATA[data center]]></category>
		<category><![CDATA[hosted]]></category>
		<category><![CDATA[infrastructure]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[speed]]></category>
		<guid isPermaLink="false">https://mid.as/blog/?p=4355</guid>

					<description><![CDATA[<p>Data Centers exist all over the world. They&#8217;re used to stored all sorts of computer data, including websites and web apps, like MIDAS. Does Data Center location matter? Yes &#8211; The location of the data center that houses your cloud-hosted MIDAS system can have an impact on the quality of your overall experience. One of [&#8230;]</p>
<p>The post <a href="https://mid.as/blog/why-data-center-location-matters/">Why Does Data Center Location Matter?</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1280" height="720" src="https://mid.as/blog/wp-content/uploads/2023/06/data-center-7388620_1280.jpg" alt="Why does Data Center location matter?" class="wp-image-4511" srcset="https://mid.as/blog/wp-content/uploads/2023/06/data-center-7388620_1280.jpg 1280w, https://mid.as/blog/wp-content/uploads/2023/06/data-center-7388620_1280-300x169.jpg 300w, https://mid.as/blog/wp-content/uploads/2023/06/data-center-7388620_1280-1024x576.jpg 1024w, https://mid.as/blog/wp-content/uploads/2023/06/data-center-7388620_1280-768x432.jpg 768w" sizes="auto, (max-width: 1280px) 100vw, 1280px" /></figure>



<p>Data Centers exist all over the world. They&#8217;re used to stored all sorts of computer data, including websites and web apps, like <a href="https://mid.as">MIDAS</a>. </p>



<h2 class="wp-block-heading">Does Data Center location matter?</h2>



<p>Yes &#8211; The location of the data center that houses your cloud-hosted MIDAS system can have an impact on the quality of your overall experience.</p>



<p>One of the unavoidable aspects of long-distance internet communications is high latency. </p>



<h2 class="wp-block-heading">What is latency and why is it important?</h2>



<p>The term &#8220;latency&#8221; describes a measure of delay between two events.&nbsp;</p>



<p>In the context of the internet, latency refers to the amount of time it takes for data to perform a round-trip between two points in a network. In the case of your MIDAS system, these two points are represented by your <a href="https://mid.as/glossary/web-browser" class="dfn">web browser</a> and the server in a data center which runs your MIDAS system.&nbsp;</p>



<p>The amount of time it takes for a unit of data to travel from the server in the data center to your browser is considered the&nbsp;<strong>latency</strong>&nbsp;of the network. This is usually measured in milliseconds and expressed as&nbsp;<em>ms</em>. This is also frequently referred to as the&nbsp;<strong>response time</strong>&nbsp;of a server.</p>



<p>We recently added two new data centers to our network, including one in Europe.</p>



<p>In our testing, we saw lower latency leading to an approximately <strong>30% improvement in page loading times</strong>&nbsp;for Europe-based users accessing a MIDAS system in our EU data center vs our East Coast US location.</p>



<h2 class="wp-block-heading">How does a data center&#8217;s location help reduce latency?</h2>



<p>Being geographically closer to a data center can have several benefits, including:</p>



<ul class="wp-block-list">
<li><strong>Lower Latency:</strong> When the distance between a user and a data center is shorter, the time required to transfer data is reduced. This results in lower latency and faster response times.</li>



<li><strong>Improved Performance:</strong> Lower latency can result in improved performance for applications and services hosted at the data center, such as faster loading times for websites, smoother streaming, and reduced lag in online gaming.</li>



<li><strong>Increased Reliability:</strong> By being geographically closer to a data center, users are less likely to experience network congestion, data loss, and other issues that can affect the reliability of their connections.</li>



<li><strong>Better Compliance:</strong> Data centers located in specific regions may be subject to local laws and regulations, such as data privacy and security standards, which can affect their suitability for hosting certain types of data. By being closer to a data center, organizations can more easily ensure compliance with these regulations.</li>
</ul>



<h2 class="wp-block-heading">How far should data centers be apart?</h2>



<p>Having two data centers physically located next door to each other has little benefit. The whole reason to have data centers spread further apart is to reduce risk of downtime and to increase performance.</p>



<p>If two data centers are built next to each other and a natural disaster &#8211; like a hurricane or wildfire &#8211; hits that location, both data centers are at risk of suffering damage and outages. Whereas, if data centers are built several hundred &#8211; or indeed thousands &#8211; of miles apart, the risk of the same natural disaster hitting them all is negligible.</p>



<p>Similarly, in terms of performance, if a user is located in London, England, but a cloud-based application they&#8217;re using can be run from one of two data centers both located in San Fransisco, California, it will make very little difference to the client as to which data center their application is run from. However, if the client has a choice between a data center in California or a data center in the United Kingdom, there will likely be significantly lower latency from the UK data center.</p>



<p>So, how far apart should data centers be? They should be far enough apart as to minimize a potential disaster occurring at one location from impacting operations at other locations.</p>



<p>They should also be geographically distributed based upon the location that users will be connecting from. If all users will be connecting from within the US, it makes sense to use data centers around the US. If users will be connecting from all around the world, it makes sense to use data centers spread across the globe.</p>



<h2 class="wp-block-heading">Our Data Centers</h2>



<p>Earlier this year, we significantly <a href="https://mid.as/blog/network-expansion-feb-mar-2023/">expanded our network into new data centers</a>. </p>



<p>We added new client nodes in a data center in Europe (in Amsterdam, Netherlands), and in a data center on the West Coast of the US (in Seattle, Washington).</p>



<p>These two new data center locations are in addition to our existing nodes residing in our East Coast US data center (in Atlanta, Georgia).</p>



<p>We then looked at the location of each organization with an active cloud-hosted MIDAS service. Those which were geographically closer to either our EU or West Coast US locations were seamlessly migrated to those data center locations.</p>



<p>Naturally, we provided customers with advance notice of proposed migrations, and allowed individual customers to opt-out, or to choose a different data center for their MIDAS system.</p>



<p>The <a href="https://midas.network/network-upgrades-feb-mar-23">client migrations went smoothly</a>, and have lead to noticeable improvements through lower latency for many customers.</p>



<p>Because our cloud-hosted MIDAS systems can now be run out of three different geographic regions (US East, US West, and Europe), we now offer all new cloud-hosted customers a choice of data center where they&#8217;d like their MIDAS system to reside.</p>
<p>The post <a href="https://mid.as/blog/why-data-center-location-matters/">Why Does Data Center Location Matter?</a> appeared first on <a href="https://mid.as/blog">MIDAS - Room Booking System | Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching 2/35 queries in 0.006 seconds using Disk

Served from: mid.as @ 2026-03-31 16:41:32 by W3 Total Cache
-->