in Computer Networks
1,088 views
0 votes
0 votes
What is the difference between MAIL FROM: in SMTP and From: in the
mail message itself?
in Computer Networks
1.1k views

1 Answer

0 votes
0 votes
The MAIL FROM: in SMTP is a message from SMTP client that identifies the sender of the mail message to the SMTP server. The From: on the mail message itself is NOT SMTP message, but rather is just a line in the body of the mail message.

Related questions