Setting Up Email Accounts in Plesk
Plesk makes it simple to create and manage professional email accounts for your domain on {{COMPANY_NAME}} Windows hosting. This guide walks you through creating email accounts, configuring email clients, and managing your mailboxes.
Creating a New Email Account
Step 1: Log in to Plesk
- Navigate to your Plesk panel URL (provided in your welcome email)
- Enter your username and password
- Click Log In
Step 2: Navigate to Email
- Click on Mail in the left sidebar
- Select your domain from the list (if you have multiple domains)
Step 3: Create the Email Account
- Click Create Email Address
- Fill in the following fields:
- Email address: Enter the desired username (e.g., info, support, john)
- Password: Enter a strong password or click Generate for a random one
- Mailbox size: Set a quota or leave as unlimited (depending on your plan)
- Click OK to create the account
Tip: Use strong passwords with at least 12 characters, including uppercase, lowercase, numbers, and special characters. This protects against brute-force attacks.
Accessing Webmail
After creating an email account, you can access it immediately via webmail:
- Navigate to
https://webmail.yourdomain.comorhttps://YOUR_SERVER:8443/webmail - Enter the full email address (e.g.,
[email protected]) and password - Click Log In
Plesk typically provides Roundcube or Horde as webmail clients.
Configuring Email in Desktop Clients
Use these settings to configure your email in Outlook, Thunderbird, or other email clients.
IMAP Settings (Recommended)
| Setting | Value |
|---|---|
| Incoming server | mail.yourdomain.com |
| Protocol | IMAP |
| Port | 993 (SSL) or 143 (STARTTLS) |
| Encryption | SSL/TLS |
| Username | Full email address |
| Password | Your email password |
SMTP Settings (Outgoing)
| Setting | Value |
|---|---|
| Outgoing server | mail.yourdomain.com |
| Protocol | SMTP |
| Port | 465 (SSL) or 587 (STARTTLS) |
| Encryption | SSL/TLS |
| Authentication | Required (same credentials as incoming) |
POP3 Settings (Alternative)
| Setting | Value |
|---|---|
| Incoming server | mail.yourdomain.com |
| Protocol | POP3 |
| Port | 995 (SSL) or 110 (STARTTLS) |
| Encryption | SSL/TLS |
Tip: Use IMAP instead of POP3 if you access email from multiple devices. IMAP keeps emails synchronized across all devices, while POP3 downloads and may remove them from the server.
Configuring Microsoft Outlook
Outlook 2019/2021/365
- Open Outlook and go to File > Add Account
- Enter your email address and click Advanced options
- Check Let me set up my account manually
- Select IMAP
- Enter the incoming and outgoing server settings from the table above
- Enter your password and click Connect
Outlook Mobile (iOS/Android)
- Open the Outlook app
- Tap Add Account
- Enter your email address
- Select IMAP when prompted
- Enter the server settings
- Sign in
Configuring on Mobile Devices
iPhone / iPad
- Go to Settings > Mail > Accounts > Add Account
- Select Other > Add Mail Account
- Enter your name, email, password, and description
- Select IMAP
- Enter incoming and outgoing server details
- Tap Save
Android (Gmail App)
- Open Gmail and go to Settings > Add account
- Select Other
- Enter your email address
- Select Personal (IMAP)
- Enter your password
- Enter incoming and outgoing server settings
- Tap Next and complete setup
Managing Email Accounts in Plesk
Change Password
- Go to Mail in Plesk
- Click on the email address
- Enter a new password in the Password field
- Click OK
Set Mailbox Quota
- Go to Mail > click the email address
- Under Mailbox, set the size limit
- Click OK
Enable Auto-Reply (Out of Office)
- Go to Mail > click the email address
- Click the Auto-Reply tab
- Enable auto-reply and enter your message
- Optionally set start and end dates
- Click OK
Set Up Spam Filter
- Go to Mail > click the email address
- Click the Spam Filter tab
- Enable the spam filter
- Adjust the sensitivity level (default is usually fine)
- Add trusted senders to the whitelist if needed
- Click OK
DNS Records for Email
For email to work properly, ensure these DNS records are configured:
| Record Type | Name | Value |
|---|---|---|
| MX | @ | mail.yourdomain.com (priority 10) |
| A | Your server IP | |
| SPF (TXT) | @ | v=spf1 a mx ~all |
| DKIM (TXT) | default._domainkey | Generated in Plesk |
Setting Up SPF
SPF helps prevent email spoofing:
- In Plesk, go to Websites & Domains > DNS Settings
- Add a TXT record:
v=spf1 a mx ~all
Setting Up DKIM
- Go to Mail > Mail Settings
- Select your domain
- Enable DKIM email message signing
- Click OK
Troubleshooting
| Problem | Solution |
|---|---|
| Cannot send emails | Verify SMTP settings; check port 587 is not blocked |
| Cannot receive emails | Verify MX records; check mailbox quota |
| Emails going to spam | Set up SPF and DKIM records |
| "Authentication failed" | Verify email address and password; check if account is active |
| Certificate warning | Use mail.yourdomain.com as server name; install SSL for mail |
Related Articles
- Configuring Email Forwarding in Plesk
- Creating and Managing MSSQL Databases in Plesk
- How to Deploy an ASP.NET Application in Plesk
Need help with email setup? Contact our support team at {{SUPPORT_EMAIL}} or open a ticket at {{SUPPORT_URL}}.