SMTP: Difference between revisions

From Network Security Wiki
Content added Content deleted
Line 6: Line 6:
= Basics =
= Basics =


* SMTP is generally integrated within an email client application and is composed of four key components:
* What is Mail Transfer Agent (MTA)?
Local user or client-end utility known as the mail user agent (MUA)
Server known as mail submission agent (MSA)
Mail transfer agent (MTA)
Mail delivery agent (MDA)

SMTP works by initiating a session between the user and server, whereas MTA and MDA provide domain searching and local delivery services.


* Email Addresses Case Sensitive?
* Email Addresses Case Sensitive?

Revision as of 23:03, 19 August 2019



Basics

  • SMTP is generally integrated within an email client application and is composed of four key components:
Local user or client-end utility known as the mail user agent (MUA)
Server known as mail submission agent (MSA)
Mail transfer agent (MTA)
Mail delivery agent (MDA)
SMTP works by initiating a session between the user and server, whereas MTA and MDA provide domain searching and local delivery services. 
  • Email Addresses Case Sensitive?
In email address before the @, are case senstive.
  • Meaning Of Return-path, Reply-to And From?
From: <fromemail example.com="">
To: <you example.com="">
Reply-To: <replyto example.com="">
</replyto></you></fromemail>
Return-path: If email is failed to deliver OR bounced, then email will return to return-path.
Reply-to: If someone reply on email, then email will be goes to reply-to.
From: It denote from where which email-address came.



References





{{#widget:DISQUS |id=networkm |uniqid=SMTP |url=https://aman.awiki.org/wiki/SMTP }}