Welcome to RateMyMail.eu

RateMyMail.eu helps you check if your emails are secure and properly configured.

Please note: Status reports are stored temporarily and will be deleted 1 hour after creation.

How to Send a Test Email

Linux command line (using mail):
echo "Test from RateMyMail.eu" | mail -s "Test Email" bounce@ratemymail.eu
      
Linux command line (using sendmail):
echo -e "Subject: Test\n\nTest from RateMyMail.eu" | sendmail bounce@ratemymail.eu
      
Windows PowerShell:
Send-MailMessage -To "bounce@ratemymail.eu" -From "your@email.com" -Subject "Test" -Body "Test from RateMyMail.eu" -SmtpServer "smtp.yourprovider.com"
      
Replace your@email.com and smtp.yourprovider.com with your real email and SMTP server.
Any Email Client:
!
The message was not delivered
There was a problem delivering your message to bounce@ratemymail.eu.
Please contact the administrator of the remote server for more information.

What Happens?

Tip: If you run your own mail server, check the logs with: journalctl -xef