How to activate Emply mail service
- Activate "Own Email domain" in Emply
- Chose Our mail server
- Follow online guidance
- Activate
- Wait for answer from Emply support
It is necessary to activate this in Emply, If you want to be able to send out mails using your own domain.
Add your domain and follow guide
Chose our mail server
- Enter your domain (lower case) and follow instructions
- Click "Go back"
- Click Activate
IMPORTANT!
Check that you have pressed Activate
And that it looks like this in Emply
Background
To avoid mails sent from Emply, being marked as "Fraud" and to avoid the risk of spam and phishing mails, a DomainKeys Identified Mail (DKIM) must be created which is the method of email authentication and used to secure that email is not changed during transit between the sending and receiving servers.
In addition, Emply's mail server solution must be added, as approved Sender Policy Framework SPF, which is a text record in DNS TXT domain records. The record contains information about the list of servers that have the right to send a letter on behalf of the domain.
Requirements for technical setup:
- IT person
- Requires access to your domain administration
- Access an email from your own domain that can receive an activation link
- White list Emply sender IP 198.2.177.130 otherwise mails sent to your own domain, will probably not arrive.
Step in setup
First go to menu and choose
Settings -> Integrations -> Applications
Activate "Own email domain"
You start by clicking “Add domain”.

Setup your DNS records
1. Create DKIM TXT record
DKIM is a DNS-based email authentication mechanism that helps Mandrill more effectively send mail on your behalf by allowing receivers to verify that we have permission to send your email. To enable DKIM, create a TXT record for mandrill._domainkey.yourdomain.com
(just replace yourdomain.com with the domain you're setting up) with the following value:v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCrLHiExVd55zd/IQ/J/mRwSRMAocV/hMB3jXwaHH36d9NaVynQFYV8NaWi69c1veUtRzGt7yAioXqLj7Z4TeEUoOLgrKsn8YnckGs9i3B3tVFB+Ch/4mPhXWiNfNdynHWBcPcbJ8kjEQ2U8y78dHZj1YeRXXVvWob2OaKynO8/lQIDAQAB;
Some DNS providers require that semicolons be escaped. If your provider requires escaping, use this value instead:v=DKIM1\; k=rsa\; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCrLHiExVd55zd/IQ/J/mRwSRMAocV/hMB3jXwaHH36d9NaVynQFYV8NaWi69c1veUtRzGt7yAioXqLj7Z4TeEUoOLgrKsn8YnckGs9i3B3tVFB+Ch/4mPhXWiNfNdynHWBcPcbJ8kjEQ2U8y78dHZj1YeRXXVvWob2OaKynO8/lQIDAQA
2. Add to the SPF TXT record
If you don't yet have an SPF record, you'll want to add one for your domain. At a minimum, the value should be the following if you're only sending mail through Mandrill for that domain:v=spf1 include:spf.mandrillapp.com ?all
If you already have a TXT record with SPF information, you'll need to add Mandrill's servers to that record by adding include:spf.mandrillapp.com
in the record (before the last operator, which is usually ?all
, ~all
, or -all
).
3. Send mail to support
Send mail to support@emply.com and specify the internal mail address where you want the verification link sent to.
4. Activation link
Emply support sends an activation link to the specified mail address.
5. Forward mail
Forward the mail to Emply support
6. Confirmation
You will get a confirmation from Emply support once verified
Comments