Using Uniserver 7.1.11 on Windows XP. Whenever I try to send an email, this is appended to sendmail.log (edited for privacy protection) Jan 07 16:58:45 host=smtp.myisp.com tls=off auth=off from=robert@mydomain.com recipients=robert@mydomain.com mailsize=197 smtpstatus=250 smtpmsg='250 2.0.0 Ok: queued as 448A12EA0C0' exitcode=EX_OK I then check my email with my trusty Thunderbird but nothing ever comes in. It seems the message is queued somewhere but never sent. I tried this from the command line: C:\apps\uniserver\msmtp>msmtp --file=C:\apps\uniserver\msmtp\msmtprc.ini --rmqs=@smtp.myisp.com and it does not report any error but it doesn't change anything. Any ideas on what to try next? Cheers!