Understanding POP3 and SMTP: The Basics of Sending and Receiving Email Print

  • 0

When setting up an email account on your laptop/phone, two key technologies work behind the scenes to make communication possible: SMTP and POP3. Understanding how these protocols function will help you configure your email correctly and troubleshoot common issues.

In this article, we’ll walk through how email works using a practical example.

Setting Up Your Email Account

Let's assume you have set up the following e-mail address on cPanel:

  • Email address: info@mydomain.co.za

  • Username: info@mydomain.co.za

  • Password: abcde

These credentials will be used for both sending and receiving email.

Click here for the steps on Setting Up An Email Address

Sending Emails with SMTP

SMTP (Simple Mail Transfer Protocol) is responsible for sending emails from your laptop/phone to the recipient. You need software to send e-mails such as Outlook or Thunderbird or BlueMail.

To configure outgoing mail, you will typically need:

  • Outgoing Mail Server (SMTP): mail.mydomain.co.za (Alternatively: az1-sr8.supercp.com)

  • Port: 465 (SSL) or 587 (TLS)

  • Authentication: Required (use your email address and password)

What Happens When You Send an Email?

When you send an email:

  • Your email client (software) connects to the SMTP server

  • The message is delivered to the recipient's mail server

  • A copy of the email is saved in your Sent Items folder on your laptop/phone

Receiving Emails with POP3

POP3 (Post Office Protocol version 3) is used to download emails from the server to your device.

To configure incoming mail, you will need the following:

  • Incoming Mail Server (POP3): mail.mydomain.co.za (Alternative: az1-sr8.supercp.com)

  • Port: 995 (SSL)

How POP3 Works

POP3 is designed to download emails onto a single device.

By default:

  • Emails are downloaded from the server to your laptop/phone

  • They may be removed from the server after downloading

However, you can configure your email client (software) to:

  • Leave a copy of emails on the server

  • Automatically delete emails from the server after a set period (e.g. 14 days or 30 days)

Why This Matters

Because emails are stored locally:

  • Your laptop/phone becomes the primary storage location

  • If your laptop/phone is lost or damaged, emails may be lost unless backed up

Managing Your Inbox

Incoming emails are typically delivered to your Inbox, but you can organise them by:

  • Creating folders (mailboxes)

  • Setting up rules or filters

For example:

  • Automatically move invoices to an “Accounts” folder

  • Direct support queries into a “Support” folder

This helps keep your mailbox organised and efficient.


Was this answer helpful?

« Back