15: How Can I Run SMTP (Simple Mail Transfer Protocol) System in packet Tracer?

Опубликовано: 08 Июнь 2026
на канале: Computer Plus Network
42
3

In this video i will show you that how can we Run SMTP and create Account For users.
what is SMTP?
It is a communication protocol used to send, receive, and relay outgoing email messages between email servers on the Internet.

SMTP is mainly used for sending emails from a client (like your email app) to an email server or between email servers.

It works on a push model, meaning it pushes the email from the sender’s server to the recipient’s server.

SMTP operates typically on port 25 (standard), but secure SMTP uses ports like 465 or 587.