|
|
Use your own email address as sender |
|
|
It is possible to have Formdesk sent e-mail messages from your personal e-mail address. You then also have the option to have e-mail messages signed by means of DKIM. This entire document requires a certain lever of knoledge about system administration. |
|
This document covers the following parts:
|
|
General
To have Formdesk sent e-mail messages from your e-mail address, 2 steps must be taken:
- Formdesk must be authorized to send e-mail messages from the domain (= part after @) of your e-mail address
- You must prove that the specific e-mail address is yours by verifying it
Because Formdesk's mail server is not authorized to send e-mail messages from your e-mail address, it must be authorized to do so. This can be done through SPF or through SMTP.
|
|
Authorize through SPF
The SPF record is part of a general database (called DNS) which states which mail servers are authorized to send e-mail messages on behalf of a particular domain. Of course you must have access to the DNS to add the SPF record.
When creating an SPF record for Formdesk, use the following values:
Type |
TXT |
Name |
your_website.com |
Value |
"v=spf1 include:spf.formdesk.com ~all" |
TTL |
Standard |
Avoid creating more than one TXT record for SPF. You can add multiple values in the same record, see example below:
Is your SPF record: "v=spf1 a mx ip4:195.248.74.74 ~all"
Then change it to: "v=spf1 a mx ip4:195.248.74.74 include:spf.formdesk.com ~all"
Check whether Formdesk is correctly included in your SPF record. |
|
Authorize through SMTP
There are several reasons why you may not want to include Formdesk in your SPF record. For example, if the domain of the e-mail address does not belong to you or your organization, such as a @gmail.com address. Another reason may be that an SPF record is limited to the registration of a maximum of 10 mail servers. In these cases you are dependent on authorization through SMTP.
Authorizing through SMTP means that you register credentials to access data to your mail server or e-mail address in Formdesk. Formdesk can then connect to the relevant mail server to send out e-mail messages.
You can create one or more SMTP profiles in the account details, tab SMTP (see screenshot).
|
|
|
Verify Email Address
If Formdesk is authorized to send messages from your e-mail address, others must be prevented from using it too. That is why Formdesk will send a verification code to this address when setting up the e-mail address. This must be done for each form when setting up an email message. However, if another message is found within your forms where this e-mail address has already been verified, verification is not necessary again.
|
|
E-mail flow
The diagram below explains how Formdesk determines the sender of an e-mail message to be sent. |
|
|
DKIM
Optionally, it is possible to sign e-mail messages using DKIM. If you add the CNAME record below to the DNS of the sender domain, Formdesk will automatically detect this when sending the e-mail message and sign the message.
When creating the CNAME DKIM record for Formdesk, use the following values:
Type |
CNAME |
Name |
formdesk._domainkey.yoursite.com |
Value |
dkim.formdesk.com |
TTL |
Standard |
Depending on your DNS provider, you may need to add a period to the end of your CNAME record. Some DNS providers add this period automatically, check your DNS provider's documentation to be sure!
Check the validity of the created CNAME DKIM record, enter "formdesk" at selector. |
|
|
|
|