This guide explains how to send emails through Club Planner. You can choose between two methods: using Club Planner’s mail server or your own mail server. Both options are explained in full below. The technical adjustments are typically handled by your IT partner or email administrator.
Choose your method
There are two ways to send emails from Club Planner. Choose the option that best suits your situation:
|
Option A Via the Club Planner server |
Option B Via your own mail server (SMTP) |
|
Club Planner sends emails via its own shared mail server, but using your sender address as the sender. You simply need to grant permission for this via an SPF record. What you need to set up:
|
You use your own mail server to send emails. Club Planner connects to your email provider via SMTP for this purpose. What you need to set up:
|
| ✔ Benefits | ✔ Benefits |
|
|
| ✖ Points to note | ✖ Points to note |
|
|
Option A - Send via the Club Planner server
With this option, Club Planner sends emails through its own email infrastructure, but using your domain name as the sender. You don’t need to manage an email server yourself. You simply need to grant your domain permission to allow this.
A.1 SPF-record: grant permission to Club Planner
An SPF (Sender Policy Framework) record is a setting in your domain that determines which servers are authorized to send emails on behalf of your domain.
What does it do?
When Club Planner sends an email using your address as the sender (e.g., info@yourclub.be), receiving mail servers check whether our server is authorized to do so. Without the correct settings, your email may be flagged as suspicious or spam. Think of it like a power of attorney: you officially declare that Club Planner is authorized to send emails on your behalf, so recipients trust the messages.
How do I set it up?
Your IT partner will add the following include line to your domain's SPF record:
| include:_spf.clubplanner.be |
A complete SPF record looks like this:
| v=spf1 include:_spf.clubplanner.be -all |
📣Please note: Do you already have an SPF record? If so, the include must be added to the existing record—not as a separate, additional SPF record. Only one SPF record is allowed per domain name. Having two separate SPF records will cause conflicts and delivery issues.
Example of a correctly combined record (if you also use Google Workspace):
| v=spf1 include:_spf.google.com include:_spf.clubplanner.be -all |
A.2 DKIM - No action required
| When you send emails via the Club Planner server, we automatically configure and manage DKIM for you. You don’t need to do anything yourself. |
DKIM (DomainKeys Identified Mail) is a digital signature that verifies that an email has not been altered in transit. It enhances the credibility of your emails with receiving mail servers. Club Planner automatically adds this signature to all emails sent through our server.
A.3 DMARC-record: protection against email fraud
DMARC (Domain-based Message Authentication, Reporting, and Conformance) is an additional layer of security that protects your domain name from misuse. It prevents scammers from sending fake emails that appear to come from your organization (phishing).
What does it do?
DMARC verifies whether an incoming email actually originates from your domain. If it does not, it instructs the receiving mail server on what to do: reject the email, mark it as spam, or simply report it.
How do I set it up?
Your IT partner creates a DNS TXT record on the subdomain _dmarc.yourdomain.be. A safe initial setting is:
| v=DMARC1; p=none; rua=mailto:info@yourdomain.be |
| Parameter | Explanation |
| p=none | Monitoring mode: no action taken, but reports are generated. Ideal for starting out. |
| p=quarantine | Suspicious emails are placed in the spam folder. |
| p=reject | Suspicious emails are completely rejected. Strictest option. |
| rua=mailto:... | Email address for DMARC reports (optional but recommended). |
💡: Always start with p=none to monitor without blocking legitimate emails. Switch later to p=quarantine or p=reject once everything is working reliably.
Option B - Sending via your own mail server (SMTP)
With this option, Club Planner connects to your own email provider to send emails. The emails are sent entirely through your own email infrastructure. This gives you more control, but requires a bit more configuration.
B.1 SMTP settings by email provider
SMTP (Simple Mail Transfer Protocol) is the protocol used to send emails. You enter your email provider’s SMTP settings in Club Planner so that the system can send emails through your mailbox.
| What do you need? For each provider, you’ll need your email address and the corresponding password. With some providers (such as Gmail or Microsoft 365), you’ll also need to create an app password—a special password for third-party apps, separate from your regular login password. |
Telenet
| Setting | Value |
|---|---|
| Display Name | Name shown to the recipient (e.g., My Club) |
| Sender Address | Your email address used for sending (e.g., info@yourclub.com) |
| SMTP-server | smtp.telenet.be |
| Security | SSL/TLS |
| Port | 587 |
| Username | Your full email address |
| Password | Password for your email account |
| More info | https://www2.telenet.be — search for 'email setup' |
Proximus
| Setting | Value |
|---|---|
| Display Name | Name shown to the recipient |
| Sender Address | Your email address (@proximus.be or your own domain) |
| SMTP-server | smtp.proximus.be |
| Security | SSL/TLS |
| Port | 587 |
| Username | Your full email address |
| Password | Password for your email account |
| More info | https://www.proximus.be — search for 'email settings' |
Gmail & Google Workspace
| Setting | Value |
|---|---|
| Display Name | Name shown to the recipient |
| Sender Address | Your Gmail or Workspace email address |
| SMTP-server | smtp.gmail.com |
| Security | SSL/TLS |
| Port | 587 |
| Username | Your full email address |
| Password | App password (see note below) |
| ⚠️ Note | You must create an app password via myaccount.google.com > Security > App passwords. Your regular Google password will not work here. |
Microsoft 365 & Outlook.com
| Setting | Value |
|---|---|
| Display Name | Name shown to the recipient |
| Sender Address | Your Microsoft or Outlook email address |
| SMTP-server | smtp.office365.com |
| Security | STARTTLS |
| Port | 587 |
| Username | Your full email address |
| Password | Password for your account (or app password if MFA is enabled) |
| ⚠️ Note | If two-factor authentication (MFA) is enabled, you need an app password. Create it via account.microsoft.com > Security. |
Combell
| Setting | Value |
|---|---|
| Display Name | Name shown to the recipient |
| Sender Address | Your email address on your Combell domain |
| SMTP-server | smtp.combell.com |
| Security | SSL/TLS |
| Port | 587 |
| Username | Your full email address |
| Password | Password for your mailbox (set via the Combell control panel) |
| More info | https://www.combell.com/nl/help — search for 'SMTP settings' |
OVH / OVHcloud
| Setting | Value |
|---|---|
| Display Name | Name shown to the recipient |
| Sender Address | Your email address on your OVH domain |
| SMTP-server | ssl0.ovh.net |
| Security | SSL/TLS |
| Port | 465 (of 587 met STARTTLS) |
| Username | Your full email address |
| Password | Password for your mailbox (set via the OVH control panel) |
| More info | https://docs.ovh.com — search for 'MX Plan email' |
One.com
| Setting | Value |
|---|---|
| Display Name | Name shown to the recipient |
| Sender Address | Your email address on your One.com domain |
| SMTP-server | send.one.com |
| Security | SSL/TLS |
| Port | 465 |
| Username | Your full email address |
| Password | Password for your mailbox |
| More info | https://help.one.com — search for 'SMTP' |
B.2 SPF record when using your own mail server
An SPF record is also required if you use your own mail server. In this case, however, you do not need to include Club Planner—your email provider will handle the correct SPF configuration for you. Check with your email provider to see if the SPF record for your domain is already set up correctly. For more information, consult your provider’s help page (see the links in the SMTP tables above).
B.3 DKIM record: digital signature for your emails
DKIM adds an invisible digital signature to your emails. This allows receiving mail servers to verify that the email actually originated from your domain and has not been altered in transit. Whether you need to set up DKIM yourself depends on the type of account you use to send emails.
When is DKIM required?
| Account Type | DKIM Required? | Explanation |
| Google Workspace (business) | Yes — configure yourself | You manage your own domain via Google Admin. Activating DKIM is strongly recommended. |
| Microsoft 365 (business) | Yes — configure yourself | You manage your own domain via Microsoft Admin. Activate DKIM via the security portal. |
| Combell / OVH / One.com (business) | Yes — via control panel | Activate DKIM via your hosting provider’s control panel. Often simple with a single click. |
| Telenet / Proximus (business domain) | Limited support | Telenet and Proximus do not always support DKIM for customer domains. Check with your provider. SPF is usually the maximum achievable. |
| Privé Gmail (@gmail.com) | Not applicable | DKIM is fully managed by Google. You do not have access. Technically works, but not recommended for club communications. |
| Privé Hotmail / Outlook (@hotmail.be, @outlook.com, ...) | Not applicable | DKIM is fully managed by Microsoft. Not configurable. Not recommended for professional club communications. |
📣Please note: Personal email addresses (such as @gmail.com, @hotmail.be, @telenet.be) can technically be used as senders, but are not recommended for club communications. They do not allow for DKIM verification, and the risk of being flagged as spam is higher. We recommend using a professional email address on your own domain name.
How does DKIM work?
Your email provider generates a unique key pair: a private key (which is stored on the server) and a public key (which you publish as a DNS record on your domain). Receiving servers use that public key to verify the digital signature on your emails.
How to set it up? (only for business accounts with their own domain)
The exact steps vary by provider, but the process is similar across the board:
- Log in to your email provider’s control panel.
- Go to the DKIM or email security settings.
- Enable DKIM for your domain. The provider will then generate a TXT record.
- Add this TXT record to your domain’s DNS settings (through your domain registrar or hosting provider).
- Enable DKIM in your email provider’s control panel once the record has been added.
A DKIM record typically looks like this (the key value is different for everyone):
| selector._domainkey.yourdomain.be TXT "v=DKIM1; k=rsa; p=MIGfMA0GCSq..." |
| Provider | Where to Activate DKIM? |
| Google Workspace | admin.google.com > Apps > Google Workspace > Gmail > Authenticate email |
| Microsoft 365 | security.microsoft.com > Email & collaboration > Policies > DKIM |
| Combell | Combell control panel > Email > DKIM (automatically enabled for new mailboxes) |
| OVH / One.com | Provider control panel > DNS zone > DKIM (see your provider’s help page) |
B.4 DMARC record (also recommended if you have your own mail server)
Even if you use your own mail server, a DMARC record is strongly recommended. The configuration is identical to that in Option A (see section A.3). DMARC only works properly when both SPF and DKIM are configured correctly.
| v=DMARC1; p=none; rua=mailto:info@yourdomain.be |
💡Tip: Don’t set up DMARC until SPF and DKIM are working properly. This will prevent legitimate emails from being blocked.
Checklist for Your IT Partner
Provide the correct list to your IT partner or email administrator, depending on the method you’ve chosen:
For Option A (via the Club Planner server):
- SPF-record: Add ‘include:_spf.clubplanner.be’ to the existing SPF record (not as a separate record)
- Verify that there is only one SPF record for your domain
- DKIM: no action required — managed by Club Planner
- DMARC-record: create a TXT record for ‘_dmarc.yourdomain.be’ with at least 'v=DMARC1; p=none'
For Option B (via your own mail server / SMTP):
- SMTP details: Provide Club Planner with the correct SMTP address, port, security settings, and login credentials
- Create an app password if you use Google or Microsoft 365 with two-step verification
- SPF record: Verify that your email provider is correctly listed in your domain’s SPF record
- DKIM record: Enable DKIM via your email provider’s control panel and add the generated TXT record to your DNS
- DMARC record: Create a TXT record at ‘_dmarc.yourdomain.be’ with at least ‘v=DMARC1; p=none’ (set this up only after SPF
| Do you have any questions or need assistance? Please contact your Club Planner administrator or IT partner. They can help you configure the settings above. |