Sending email and third-party SMTP

Sending email and third-party SMTP

At Performance Foundry, we believe your web server should do just that: serve websites! That's why our servers don't host any kind of email. 

Two types of email

We can think of email in two ways: there's the everyday email that you send and receive from your inbox. Then there is outbound mail which is sent from a service. Password resets, comment notifications, sales receipts are all examples of outbound email. And your site needs to send them! 

For everyday email, we recommend using a third-party email provider (like GSuite) for sending and receiving emails. We don't want to run this kind of system on a web server: it's bad for performance and worse for security.

For outbound email, we use a third-party SMTP provider (SMTP stands for Simple Mail Transfer Protocol). Our servers send the request to email to the SMTP provider, and they handle sending, spam protection and any bounces. (If spam is being sent from your site, we'll be notified - that's part of our malware protection system.)

Why do we use a third-party SMTP provider?

If we sent all the email directly from the server, we'd run into issues with the IP addresses. By using a third-party, we share the emails around various IPs, reducing the risk of any being blacklisted. 

Our provider also kills spam emails before they are sent. This means that your site won't get pinged for being the cause of sending spam -- and our team will be able to investigate and solve the problem.

Sending email via a web server is hugely inefficient. By using a specialist provider, we have more resources available to serve your website.

  • Better deliverability 
  • Fewer spammed emails 
  • Fewer server resources used 

What SMTP system do we use?

The system we use at Performance Foundry is called MailChannels. This runs automatically in the background of your site. No plugins or special configuration is needed at the WordPress level. 

If you manage your own DNS, make sure to add the following SPF records: https://mailchannels.zendesk.com/hc/en-us/articles/200262610-SPF-Records-Configuration-for-MailChannels-Cloud  -- If like the majority of clients, Performance Foundry manages your domain or DNS, we will arrange this for you.

This is a paid service?!

Performance Foundry manages SMTP on your behalf unless you have special needs, such as deliverability tracking or very high email volumes. As always, we'll work with you to find the best solution as you grow.

Alternatives

If you would like to take more control over your email settings, to get email deliverability reports, or have very high volume there are other services available. Each of these can be installed with a plugin, and that will over-ride our default provider.

SMTP Providers

What's the SparkPost plugin?

Until December 2018, Performance Foundry used a provider called SparkPost. This was a plugin-based solution to SMTP, and we eventually grew away from it. All copies of the SparkPost plugin should be removed; if you do see it, please let Support know. 

    • Related Articles

    • Email hosting and DNS Records

      This article is about email hosting (e.g. using Outlook or OSX Mail to send and receive emails). If you have a question about emails sent from your website (e.g. the contact form), look here.  At Performance Foundry, we want to load your web pages as ...
    • Which email address should I use to contact you?

      There are lots of ways to get in touch with the team at Performance Foundry! Here are a few different situations and the best email address to use in each. 1. There's a problem with my site! If you're a hosting client, please report any issues with ...
    • Why am I getting spam to this brand-new email address?

      One of the questions we are often asked is “why am I getting spam to this brand-new email address?” If you create an email address for a certain purpose, for example to create a login for a service, and then find that you’re receiving spam, it ...
    • My website is down, what do I do?

      If your website is down, we all need to panic. And then react appropriately to find a solution. :) First, we recommend you confirm that the site is down for everyone, and not just inaccessible to your current internet connection.  The best way to do ...
    • What is cPanel?

      CPanel is probably the most popular control panel software in the hosting industry. Commercial hosting providers love cPanel because it's cheap, and it allows them to give their customers some independence in managing their website. Otherwise, ...