Thanx
the mail i send with this method goes into the pickup folder of the
SMTP
host. What now?
dirk
> -----Urspr=FCngliche Nachricht-----
> Von: David Hemingway [SMTP:david.hemingway@t...]
> Gesendet am: Wednesday, October 04, 2000 1:37 PM
> An: ASP CDO
> Betreff: [asp_cdo] Re: [asp_cdo]how to send mail?
>
> this will send an email
>
> set myMail =3D server.createobject("CDONTS.NewMail")
> myMail.From =3D "something@s..."
> myMail.To =3D "wherever@w..."
> myMail.subject =3D "subject"
> myMail.body =3D strComment & vbcrlf & vbcrlf & strEmail
> myMail.send
>
> In the above the strComment and strEmail are collected from a form,
you
> can
> apply this to the from and to as well.
>
> Hope this helps
>
>
> ----- Original Message -----
> From: "tanmaya" <tanmaya@m...>
> To: "ASP CDO" <asp_cdo@p...>
> Sent: Wednesday, October 04, 2000 12:30 PM
> Subject: [asp_cdo] Re: [asp_cdo]how to send mail?
>
>
> > Hi,
> > can anyone tell me how to use CDONTS in ASP/
> > I have tried it ,but failed.
> >
> > Also where can I get description asbout MTS?
> > Thanking you,
> > tanmaya
> >
> >
>