PHP email script

I am making business directory with wordpress. Looking for short PHP script which should allow users to send email to the business which they are viewing at the website. mailto email will be get from post meta. Just need PHP script so users could send message to that business listing. Such option is widely used on classified sites and business directory sites.

Hi there,

use PHP’s mail function.
http://php.net/manual/en/function.mail.php

If you want a simple form to email script then [URL=“http://uk.search.yahoo.com/search?fr=mcafee&p=form+to+email+scripts”]there are plenty of ready made scripts about.