ASP sending an email with a bcc
Next message: Gordon Airporte: "Re: a hint for this"
Date: 25 Aug 2004 11:51:27 -0700
Dear all,
On my webpage, I have a mailto: link that a user clicks to activate
his or her default email program. When the message appears, the To:
field is filled in. However, I would like to incorporate the BCC:
field. How can I include this into my existing code. I'll include a
section of my code so that if there is anyone available to can view.
Help would very much be appreciated. Thanks.
<%
if rsBldg.fields("MrktEmail") <> "" then
Response.Write("<a href=""mailto:" & rsBldg.fields("MrktEmail")& """>"
& vbcrlf)
Response.Write(rsBldg.fields("MrktEmail") & "</a><br>" & vbcrlf)
end if
%>
Next message: Gordon Airporte: "Re: a hint for this"
Relevant Pages
- Re: replace <br> with NL
... > You can't use HTML in text links. ... sub sendEmail ... message.Body = mailTo ... But when I press the buttom the email program comes up and this is ... (microsoft.public.dotnet.framework.aspnet) - Re: Can I open an Outlook mail message with an attachment?
... There is only so much you can do from a webpage as I'm sure you know. ... Programmer to Programmer, we're here to make pretty charts and graphs and ... > click a link on one of the pages and have their default email client ... > Apparently mailto: doesn't allow this, ... (microsoft.public.dotnet.framework.aspnet) - Re: Email links
... See if you're able to launch the mailer. ... If this works properly, but clicking on mailto: does not work, try this: ... REGSVR32 /i SHDOCVW ... tools/options/programs and made sure My email program was ... (microsoft.public.windowsxp.basics) - Re: MAILTO command not working
... When we set "Hotmail" as the default email program, ... Email id is repalced with the emailid embedded in the mailto link. ... > Ramesh - Microsoft MVP ... (microsoft.public.windowsxp.general) - OutlookXP wont start when clicking on a mailto: in a webpage
... when I try to click on a mailto: link in a webpage I get the meassge that my mail handler is not cofigured properly and after that ... (microsoft.public.outlook) |
|