503 5.5 2 need mail command

A classic!

The command you're looking for is mail with the following options:

mail -s "Subject" 503 5.5 2

Here's a breakdown of the options:

So, the complete command would be:

mail -s "Error notification" 503 5.5 2

This will send an email to the recipient with the subject "Error notification" and the body containing the error message.