SMTP is a set of communication guidelines that allow software to transmit an electronic mail over the internet is called Simple Mail Transfer Protocol.The main purpose of SMTP is used to set up communication rules between servers. The servers have a way of identifying themselves and announcing what kind of communication they are trying to perform. They also have a way of handling the errors such as incorrect email address. For example, if the recipient address is wrong, then receiving server reply with an error message of some kind.
Here, I have implemented the configuration of SMTP and DNS on Cisco Packet Tracer. I followed the below procedure :
-
Build network topology by adding 2 PC(PC0, PC1), switch, DNS Server and Email server.
-
Configure IP addresses on the PCs, DNS Server and the Mail Server.
-
Configure email client on PC0 and PC1 by adding the user, server and login information.
-
Configure EMAIL server by clicking on the email server -> Services-> EMAIL-> add the username password of the mail of both the PCs
-
Configure DNS server by clicking on that server-> Services-> DNS-> add name and ip address of the mail server
-
Test the email server by composing mail on either of the PCs and recieving it on the other.