Answers for "you can start a local smtp debugging server"

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 "you can start a local smtp debugging server"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language