|
 |
asp_cdo thread: Using JMail - Ability to format body text?
Message #1 by Melissa Mussitsch <melissa.mussitsch@a...> on Thu, 28 Jun 2001 07:26:17 -0400
|
|
I hope this is the correct site - I saw many mentions of email and CDONTS -
so figured I might be in the right place.
We are using JMail. Are others using this as well or are most using CDONTS?
I'm trying to format the body text to include simple bullets and italic and
perhaps a font.
Has anyone been able to do this?
Thanks.
Melissa
Message #2 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Thu, 28 Jun 2001 16:10:45 +0100
|
|
You need to make an HTML format email
Never used JMail, but I imagine there must be some way of setting the
content type to HTML
-----Original Message-----
From: Melissa Mussitsch [mailto:melissa.mussitsch@a...]
Sent: 28 June 2001 12:26
To: ASP CDO
Subject: [asp_cdo] Using JMail - Ability to format body text?
I hope this is the correct site - I saw many mentions of email and
CDONTS -
so figured I might be in the right place.
We are using JMail. Are others using this as well or are most using
CDONTS?
I'm trying to format the body text to include simple bullets and italic
and
perhaps a font.
Has anyone been able to do this?
Thanks.
Melissa
Message #3 by philip.moh@a... on Fri, 29 Jun 2001 08:33:41 +0800
|
|
Melissa,
I am thinking of using CDONTS too. Could you should me where to get the
CDONTS? And the basic step to use it?
Thanks.
> -----Original Message-----
> From: Alex Shiell, ITS, EC, SE [SMTP:alex.shiell@s...]
> Sent: Thursday, June 28, 2001 11:11 PM
> To: ASP CDO
> Subject: [asp_cdo] RE: Using JMail - Ability to format body text?
>
> You need to make an HTML format email
>
> Never used JMail, but I imagine there must be some way of setting the
> content type to HTML
>
> -----Original Message-----
> From: Melissa Mussitsch [mailto:melissa.mussitsch@a...]
> Sent: 28 June 2001 12:26
> To: ASP CDO
> Subject: [asp_cdo] Using JMail - Ability to format body text?
>
>
> I hope this is the correct site - I saw many mentions of email and
=3D
> CDONTS -
> so figured I might be in the right place.
>
> We are using JMail. Are others using this as well or are most using
=3D
> CDONTS?
> I'm trying to format the body text to include simple bullets and
italic =3D
> and
> perhaps a font.
> Has anyone been able to do this?
>
> Thanks.
> Melissa
>
>
>
>
Message #4 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Fri, 29 Jun 2001 09:35:59 +0100
|
|
Philip,
CDONTS should have been installed with IIS - if your IIS installation
has a
"default SMTP site" then you have CDONTS installed. If not, then run
the
NTOP installation and add the SMTP server.
Its basic usage is like this:
Set oCDONTSMail =3D CreateObject("CDONTS.NewMail")
With oCDONTSMail
.From =3D sFrom
.To =3D sRecipient
.Subject =3D sSubject
.Body =3D sBody
End With
oCDONTSMail.send
Set oCDONTSMail =3D Nothing
-----Original Message-----
From: philip.moh@a... [mailto:philip.moh@a...]
Sent: 29 June 2001 01:34
To: ASP CDO
Subject: [asp_cdo] RE: Using JMail - Ability to format body text?
Melissa,
I am thinking of using CDONTS too. Could you should me where to get the
CDONTS? And the basic step to use it?
Thanks.
Message #5 by Melissa Mussitsch <melissa.mussitsch@a...> on Fri, 29 Jun 2001 10:18:07 -0400
|
|
I'm not using CDONTS - I'm using JMail.
So - sorry I cannot help you.
-----Original Message-----
From: philip.moh@a... [mailto:philip.moh@a...]
Sent: Thursday, June 28, 2001 8:34 PM
To: ASP CDO
Subject: [asp_cdo] RE: Using JMail - Ability to format body text?
Melissa,
I am thinking of using CDONTS too. Could you should me where to get the
CDONTS? And the basic step to use it?
Thanks.
|
|
 |