Month: December 2021

  • Check if port (25 is used for example) is opened. curl -vv telnet://DestinationServerName:25 Example of command to send e-mail using curl. More parameters and information can be found here: https://everything.curl.dev/usingcurl/smtp curl smtp://mail.example.com –mail-from myself@example.com –mail-rcpt receiver@example.com –upload-file email.txt Creating Example.txt (using vi editor). $ vi filename.txt # vi (vee eye)…

    +