To use our Outbound Service as a SmartHost for your Exchange server, do the following:
You can use a single login, which will allow all the domains on your account to authenticate, even if the domains aren't the same. As long as they are in the same account. You can also use a quarantine login or any account contact login to authenticate with if you enable the
Enable outbound sending for quarantine users and account contacts option on the
Outbound settings page.
- In the Address space, click the Add + button. A window will pop up for Add domain, and ensure that the Type is listed as SMTP.
- Enter * as the Fully Qualified Domain Name (FQDN), to ensure that this new send connector applies to all domains
- Click Save
- For the Source server, click the Add + button. A window pops up for Select a server, choose a server and click the Add + button
- Click OK, and then Finish
- Our outbound service requires TLS encryption (using STARTTLS). We have seen evidence that some versions of Exchange do not use TLS by default on port 25. To correct this, switch the port on your outbound connector as outlined in the next section:
Switching the outbound connector to use port 587 or 465
- Open the "Exchange Management Shell"
- Get the identity of the outbound send connector by running:
Get-SendConnector
- Then, once you have the identity, you can change the port by this command (replace "SpamHero SmartHost" with the correct identity):
Set-SendConnector -identity "SpamHero SmartHost" -Port:587
- If your domain has an SPF record, see: How to include SpamHero's IP in your SPF record.
Did this article accurately describe the process of setting up Exchange to send outbound emails through our service? If we missed a step, please let us know what version of Exchange you're using and what the additional steps were that you took so that we can improve this article.