Don’t Host Your Email with your Website

When you get a new website and you’ve registered a shiny new domain name it makes sense to also have a good looking email address to go with it. Advertising with an email like bills_plumbing245@bigpond.com.au looks a lot less professional than masterplumber@billsplumbing.com.au !

Just about all web hosting accounts come with the ability to host mail too. Creating an inbox this way using your own domain is cheap and easy, but it’s not the best way.

Limitations of using your web hosting for email

Server Space

Whenever you get mail it’s stored on a server. If you’re piggy backing on your web hosting you’ll have to choose between using up your hosting disk space allowance with accumulated mail; or configuring Outlook to delete mail off the server after it’s been downloaded. Deleting from the server solves the full account issue, but it means your local computer and a single hard drive become the single source of all your mail. Transferring it can be a hassle if you get a new device and there’s a serious risk of data loss.

Synchronization

The standard POP3 web hosting approach to mail is very limited. If you send a message from your desktop PC it only exists there. You won’t be able to find that message in the sent items of your phone or tablet or laptop. You can partially work around this by using an IMAP account, which keeps a copy of everything on the server and syncs between devices, but you run straight back into the problem of server disk space above.

Reliability

Most web hosts are pretty good at keeping your files around. Many will take weekly off-server backups too. But given how important email is for many businesses this may not be enough. Downtime can be a big problem if it affects your mail and a week old backup may be too old.

Dedicated Email Hosting

The solution to these issues is to use a robust system designed for email. If you consider the importance of business email and the cost of downtime it’s well worth it.

There are a few good options including:

  • Google Apps for Work — essentially Gmail and the Google Apps suite using your own domain name. You can use the Gmail web interface, or Outlook. You can connect from any device. There’s powerful search and its fast.
  • Office 365 – Some Microsoft Office subscriptions include access to Office 365 which is a cloud hosted service designed to fix these issues.
  • Exchange Server — for larger business it may make sense to run your own Exchange server. This is an advanced approach that requires IT support.
  • Hosted Exchange Account — like an Exchange server, except you outsource the hosting and pay on a per-account basis.

Any of these approaches will solve the issues of web hosting based email.
I recommend Google Apps for Work. It’s around $50/year per user – a small price for the benefits.

Get in touch with me if you need help configuring your domain name and setting up a hosted email solution

Google Apps Referral

If you want to use Google for Work consider using my referral link: https://goo.gl/j6dgdR

Can I Update My Own Website?

Customers come to your website looking for information and of course information changes. So it’s natural for site owners to want to be able to maintain their own sites, saving the delay and cost of having a designer make minor changes. Visitors also tend to respond favourably to a website which is “alive” and kept up to date. “Will I be able to update the site myself?” is a very common question to ask.

The answer generally is yes and there are a few steps involved in making that happen.

Developing a website on a Content Management System (CMS) makes updates easy for non-technical users. A CMS provides site owners with a private administration area they can log into to control site content. Implementing a CMS is a very common requirement, but it does add a little work to the process compared to a ‘static’ site, which is just a collection of HTML files. Supporting a CMS means that the design you and your designer come up with needs to be coded as a theme which ties the front end templates (HTML and CSS) to the CMS features.

Content Management System Options

There are a lot of options out there, but a few CMS are occupying the lions share of the market now. Some common choices are:

  • WordPress
  • A Custom Built Solution
  • Concrete5
  • Joomla
  • Drupal

There are also ecommerce focused systems such as WooCommerce (an extension of WordPress), Lemon Stand and Magento.

WordPress has been the fastest growing and mostly widely used option for a few years now and is my go-to option for most new sites. It’s easy to use and has a critical mass of usage and development that makes it hard to ignore. WordPress has grown out of its origins as a blogging system and now supports pages and custom content types (e.g. products, services, offices, etc.).

There’s a rich eco-system of plugins, themes and developers for WordPress and it has a very well implemented updates system.

A custom built solution may also be appropriate in some cases, but they would be the minority. One advantage of a custom system would be a very easy learning curve for the site owners as there’d be no extraneous features in the result.

Knowing your Content

For some websites the site structure will be a series of simple pages that owners can edit through a basic editor (a text area similar to Microsoft Word or Google Docs) in the site’s backend. Often times though your business will have a little more structure to your content and the CMS can be improved with a little development work to better match the nature of your information.

For example if your business had offices in six locations, each with a phone number, primary email and street address (with corresponding map) you could simply type that information into a standard page. The solution would work, but it’d be difficult for those maintaining the site to keep the formatting consistent. Structuring the phone numbers and maps in the correct way would be tedious. A better approach would be to create what’s called a “Custom Post Type” for Offices during the site’s development. Users would then have dedicated form fields for those pieces of information and the templates created by the designer would be responsible for maintaining a consistent design. This approach reduces the work involved in keeping the site up to date, and makes the office data available for other users (e.g. listing all offices in a footer or sidebar automatically).

Here’s how that might look to site editors in WordPress:

WordPress Custom Post Type

Training

The training requirements for staff to use a system like WordPress are pretty minimal; usually under an hour. It’s often a matter of resizing images to a sensible scale before uploading and knowing where to find the screens you need.

The extra time taken to develop your site on top of a CMS like WordPress or even programming a simple custom system for your business can be worthwhile. Site owners usually enjoy the flexibility of being able to make changes to their own site whenever they want without having to email and pay their designer to do it. The ease of maintenance can also mean more frequent updates which only helps you to get more value out of your website.