InvoiceOcean gives you the possibility to send emails from the system in such a way that they appear as if they were sent from your own email inbox. This option is available in the Enterprise plan.
To use this option, you need to configure the sending process. Follow these steps:
- Go to Settings > Account Settings > Invoice sending.
- Check the box for Use own name
- Enter in the Email from field the email address you want to use for sending emails to your customers. In this example, we will use the address: Paul Banks <paulbanks@domain.com>
DNS Configuration
If you are using the Use own name option, we suggest that you also set up the appropriate DNS configuration in your domain (the one from which emails are sent). To do this, contact the person managing your domain or find a place where you can configure the DNS of your domain independently.
You should add a TXT record to the domain's DNS (which acts as permission for InvoiceOcean to send emails) with the following value:
v=spf1 mx include:spfa.invoiceocean.com ~all
Without this configuration, your emails with invoices may not reach the recipients or may be marked as spam.
It's possible that there is already a TXT record starting with v=spf. in your domain's DNS. In that case, instead of adding a second entry, you can extend the existing entry to grant permission for InvoiceOcean to send emails.
To do this, add the phrase include:spfa.invoiceocean.com in the TXT record of the domain, just before: ~all, -all, +all or ?all
You can check the correctness of the entry here.
DKIM Configuration
Additionally, in Enterprise accounts after configuring SPF, you can set up DKIM. For this, go to Settings > Account settings > Invoice sending.
At the top of the window, there's a message reminding you of the need to enter DNS records in the domain management panel.
Subsequently, in dedicated fields, the record names are provided, divided into: record type, record name, record value.
For DKIM, we have the following record types: CNAME em, CNAME s1._domainkey, CNAME s2._domainkey, TXT_dmarc.
After adding the records in the domain management panel, you can return to the InvoiceOcean window and verify the records using the Verify button.
If you change your mind or make a typo in the domain, you can delete the DKIM configuration using the Delete button and add a new one with a different domain.
Once the DNS records have been verified, the system will display the message: The domain has been verified successfully!
DKIM and the "Separate configuration for sending documents by email" option within departments
When you use the Separate configuration for documents sent by email option within departments and the email addresses entered under separate email sending do not fall within the scope of a single domain (the one for which DKIM is already active), the system will notify you accordingly.
After clicking the DKIM Settings button, the system will display a message, where in a green box, you'll see the information that DKIM for the main domain is already active.
Then, the system will display a message in a yellow background, indicating which departments and email addresses, with separate sending settings, do not fall under the domain with added DKIM. Default email sending will be applied to these departments, detailed description of which you can find in this article → Sending invoices by email - default settings
In case of entering a completely incorrect domain, the system will display a message: The domain is invalid.