replace mail('wesley@indulgemedia.ca', 'test'); PHP: with something like mail('wesley@indulgemedia.ca', 'test', $message); PHP: Now you just got to declare what $message will equal. Eitherway you was sending only a message to an email address with a subject. With $message or whatever variable listed there, that is your contents of the email. php.net/mail will help you more.