SMTP - Simple Mail Transer Protocol

​SMTP or Simple Mail Transfer Protocol uses TCP port 25 to send outgoing email. This port is often blocked by ISPs (or Internet Service Providers) to prevent spam.

SMTP sends data unencrypted, such data can be captured.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator