I have a Newsletter, with a "Forward to a Friend" link, this link is to a form that takes names and email addresses of 5 friends and has a Send Email button.

How can I implement the Send Email part, as of now I just have the form.

You can't just simply use JavaScript to send mail for you. You need to have authority of the sender email and connect to your email provider, and then you can send out your email. Pure JavaScript can't do the job...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.