Answers for "start a local SMTP debugging server in linux"

0

start a local SMTP debugging server in linux

$sudo python -m smtpd -c DebuggingServer -n test.com:1025
Posted by: Guest on May-23-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language