Multiple email addresses

  • Thread starter Thread starter Don Rountree
  • Start date Start date
D

Don Rountree

Help!

I am trying to create a (I guess it is a link) link, that
when clicked on will create an email with multiple send to
emails filled in. I do not know the structure to do this
and am looking for some help. I'd appreciate any info.
Below is what I tried.

<li><a href= mailto:[email protected];
mailto:[email protected]>Email link!!!</a>

The only email address that shows up is the first one. I
used (e-mail address removed) as my email addresses.

Don Rountree
 
Don't put the mailto twice, just list the email addresses like you would if
you were sending a normal email to multiple recpipeints.

<a href="mailto:[email protected];[email protected]">me</a>

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top