Knowledgebase

Connection Guide for WebGradee Mail Print

  • webgradee mail, email connection
  • 0

This article outlines the standard server configurations required to connect your WebGradee email accounts to third-party mail clients, such as Microsoft Outlook, Apple Mail, Mozilla Thunderbird, and mobile devices.

You can use this tool to validate your SMTP Connection Credentials: https://dnstool.top/smtp-tester

1. Prerequisites

Before configuring your mail client, ensure you have the following credentials ready:

  • Email Address: Your complete email address (e.g., admin@yourdomain.com).

  • Password: The corresponding password for the email account, generated within your WebGradee control panel.

2. Secure Connection Parameters (Recommended)

We strongly recommend utilizing SSL/TLS protocols for all email communications to ensure data encryption and maintain high security standards. Please configure your client using the parameters below:

Incoming Mail (IMAP)

  • Hostname: eu1.workspace.org

  • Port: 993

  • Encryption: SSL/TLS

Incoming Mail (POP)

  • Hostname: eu1.workspace.org

  • Port: 995

  • Encryption: SSL/TLS

Outgoing Mail (SMTP)

  • Hostname: eu1.workspace.org

  • Port: 465 (or 2465)

  • Alternate Port: 587 (or 2587)

  • Encryption: SSL/TLS

3. Non-Secure Connection Parameters (Legacy)

If your specific application or legacy software does not support SSL/TLS encryption, you may use the standard unencrypted ports. Note: This method transmits data in plain text and is not recommended for standard use.

Incoming Mail - IMAP (Non-Secure)

  • Hostname: eu1.workspace.org

  • Port: 143

  • Encryption: None

Incoming Mail - POP (Non-Secure)

  • Hostname: eu1.workspace.org

  • Port: 110

  • Encryption: None

4. Configuration Guidelines & Best Practices

  • Authentication Requirement: Ensure that your outgoing server (SMTP) is set to require authentication. The credentials for the outgoing server are identical to your incoming server credentials.

  • IMAP vs. POP: IMAP is the modern standard and is highly recommended. It synchronizes your mailbox across the server and multiple devices, ensuring your folder structures and read statuses remain consistent. POP downloads emails locally to a single device and, by default, removes them from the remote server.

  • Certificate Verification: Upon initial connection, your mail client may prompt you to verify the server certificate. Please confirm that the host is securely routing to eu1.workspace.org and accept the certificate to finalize the configuration.


Was this answer helpful?
Back