SMTP

Simple Mail Transfer Protocol

  • Port 25: Traditional for sending email (typically blocked by ISPs to prevent spam).

  • Port 587: Submission port for sending mail securely (commonly used for client-to-server communication).

  • Port 465: Deprecated, but still used over SSL.

Custom SMTP-Server

Last updated