Joomla! 1.5 provides a generic Mail-To-Friend component, called ''com_mailto''. It's very easy to implement. In your component, you will create a small form and Javascript action:
...
When the link is clicked, it will open a new browser window with the wherein your visitor can enter the details for mailing. All you need to to is pass a ''link'' field to the form, it does the rest. A minor degree of CAPTCHA support is given in the popup form.