Re: email form
From: Len Burman (support_at_joblayoffsupport.com)
Date: 02/28/04
- Next message: VS: "Printing after client-side font change"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 28 Feb 2004 04:00:47 GMT
Thank you for the help. I am not a programmer, so I did know wehre to get
the info.
"Michael Harris (MVP)" <mikhar at mvps dot org> wrote in message
news:%23KyBGva$DHA.3668@TK2MSFTNGP09.phx.gbl...
> > I have set up this code to try to send an email using a form.
> > sTo=request.form("yourfriendemail")
> > Set objMail = CreateObject("CDONTS.NewMail")
> > objMail.From= request.form("youremail") 'Specify sender's
> > address objMail.To=sTo
> > objMail.Bcc="lburman6@comcast.net"
> > objMail.Subject="www.joblayoffsupport.com Recommendation" '
> > Subject of the message
> > objMail.Body=strMsg
> > objMail.Send
> > Set objMail = nothing
> >
> >
> > The variable objMailBcc is the one I am not sure of. Is there such a
> > thing. I want to blind copy lburman6@comcast.net. The others are
> > valid.
>
>
> A question like this is simply too easy to answer on your own by checking
> the documentation...
>
> NewMail Object (CDONTS Library)
>
http://msdn.microsoft.com/library/en-us/cdo/html/_denali_newmail_object_cdonts_library_.asp
>
>
> --
> Michael Harris
> Microsoft.MVP.Scripting
>
> Microsoft® Windows®2000 Scripting Guide
> http://www.microsoft.com/technet/scriptcenter/scrguide/sagsas_overview.asp
>
> TechNet Script Center Sample Scripts
> http://www.microsoft.com/technet/scriptcenter/default.asp
> Download in HTML Help format (searchable)
> http://www.microsoft.com/downloads/release.asp?ReleaseID=38942
>
> WSH 5.6 documentation download
>
http://www.microsoft.com/downloads/details.aspx?FamilyId=01592C48-207D-4BE1-8A76-1C4099D7BBB9&displaylang=en
>
- Next message: VS: "Printing after client-side font change"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|