Since you're the only one getting the email, something like the following should suffice.
If you want to make it an HTML mail, look at some of the comments under the mail command in the PHP manual.
The following code assumes that mail is enabled on the server.
If it's not, you can use cURL to connect to a SMTP server with PHP.