i installed the contactform 7 ver 1.9.4 in my blog (WP 2.7). it appears OK, and when i fill the fields, the text "Your message was sent successfully. Thanks." appears.
Problem is, i didn't find any email from the contact form in my inbox. i'm really confused , i cannot find any incorrect things.
----------------
here is my form code:
----------------
Name (required)
[text* your-name]
Email (required)'
[email* your-email]
Message
[textarea your-message]
[submit "Send"]
------------------
------------------
the code for sending email:
-------------------
-------------------
To: Blahhhhh@yahoo.com
From: [your-name] <[your-email]>
Subject: The Contact Form
File attachment: (blank)
Use html content type (checked)
Message body: Message: [your-message]
---------------------------
---------------------------