Problem
Use this command line to create a log file to troubleshoot why SMTP is not working
Solution
Open the command prompt and navigate to the fleet folder. Execute the following command, replacing the red values with the actual values.
sendemail.exe -f EMAIL@DOMAIN.COM -t EMAIL@DOMAIN.COM -u hi -m testing -s SMTPSERVERNAME:PORTNUMBER -xu USERNAME -xp PASSWORD -o tls=yes -l smtplog.txt -v
Related articles