Click to See Complete Forum and Search --> : Mailto function and 2 email addresses


gayeta
11-15-2003, 07:58 AM
Hi all,

Is it possible to send an email to two addresses (one as CC) just by using mailto function? Or can it be only done by using an email form+ a script?

I have never have of the way but maybe one of you guys knows?

Cheers

gayeta

Khalid Ali
11-15-2003, 08:07 AM
yes you can use cc with mailto protocol.

ColdSteel
11-15-2003, 10:21 AM
well, since Khalid didn't give you the HTML I will...real simple...

<A HREF="You@YourSite.com?Subject=topic?cc=person@site.com?bcc=person@site.com">
The text in the link
</A>

I know that you didn't ask about the bcc or the subject...but I included it since you might be interested in it...

ColdSteel
11-15-2003, 10:23 AM
Oh...don't forget the question marks..they're essential...I have heard of lots of people saying it didn't work, but the only problem was that they didn't think that the question marks were required...

gayeta
11-15-2003, 10:37 AM
Many thanks guys, I will try that!
:D :D :D
gayeta

ColdSteel
11-16-2003, 01:04 PM
Sure...glad to help..uh, I guess this thread shouldn't be in the Javascript since it has to do with HTML...but, uh, what the heck...unless a moderator sees this...hehe...I don't know:D well, glad that was what you needed though...