Opening default email client

first off let me say, that i have little to no experience with php, but i am trying to learn while at work.

I have XAMPP installed on a server here at work and i have a simple intranet site setup.
I want to make a form that opens our default email client “outlook 2010” and fill in the email address, subject line, and body of the email.

Is this possible?

I’ve tried a few examples that i found online, but all i can get it to do is open a new email and put in an email address… but the rest is just blank

Look at this example.

It’s just straight HTML that uses the mailto command which will open the persons default mail client. No php needed.

Sponsor our Newsletter | Privacy Policy | Terms of Service