How to use a mailto link on a https page?


Rate This Answer

To create a link on your Web site that opens an email window, you simply use a mailto: link. For example:<a href=mailto:html.guide@about.com>Send email to your HTML Guide</a>But what if you want to send email to more than one address? If you just want to send it To: multiple people, simply separate the email addresses with a comma.

Answered -

Related Questions

View More »

Comments

Advertisement