This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > FrontPage Programming > March 2007 > Mailto for (CC:) needed
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Mailto for (CC:) needed
|
|
|
| Hi support,
Currently I have hard coded some email addresses when I submit a form. I
want to have some of the email addresses be Copied "CC:".
Is there some sort of script for MailtoCC: or something?
--
Regards,
Soun
| |
| Mike Mueller 2007-03-23, 7:17 pm |
| the mailto: is versatile, and you can add in a CC, BCC,
Subject, and Body.
mailto:name@domain.com,
name2@domain.com?cc=carboncopy@here.com&
bcc=blindcopy@domain.com&subject=EmailSubject
Full details:
http://www.ssi-developer.net/design/mailto.shtml
"Soun" <Soun@discussions.microsoft.com> wrote in message
news:ADD75FDD-32A5-4D88-B1D5-6663D1305134@microsoft.com...
: Hi support,
:
: Currently I have hard coded some email addresses when I
submit a form. I
: want to have some of the email addresses be Copied "CC:".
:
: Is there some sort of script for MailtoCC: or something?
: --
: Regards,
: Soun
| |
| Murray 2007-03-25, 7:15 pm |
| Not only is it versatile, it's the worst possible way of doing it. 8)
Mailto: email links are quite simple, also the least reliable. It depends
both
on your visitor having an email client already installed on their computer -
this eliminates public computers, or home users without email clients
installed (more and more it seems) - and on the installed email client
responding to
the mailto call. Some do not.
--
Murray
--------------
MVP FrontPage
"Mike Mueller" <MyName@ecinet.net.net> wrote in message
news:u0nqpKYbHHA.4012@TK2MSFTNGP03.phx.gbl...
> the mailto: is versatile, and you can add in a CC, BCC,
> Subject, and Body.
> mailto:name@domain.com,
> name2@domain.com?cc=carboncopy@here.com&
> bcc=blindcopy@domain.com&subject=EmailSubject
>
>
> Full details:
> http://www.ssi-developer.net/design/mailto.shtml
>
>
>
> "Soun" <Soun@discussions.microsoft.com> wrote in message
> news:ADD75FDD-32A5-4D88-B1D5-6663D1305134@microsoft.com...
> : Hi support,
> :
> : Currently I have hard coded some email addresses when I
> submit a form. I
> : want to have some of the email addresses be Copied "CC:".
> :
> : Is there some sort of script for MailtoCC: or something?
> : --
> : Regards,
> : Soun
>
>
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|