|
 |
asp_cdo thread: cdo session object
Message #1 by "jbuckle" <jbuckle@0...> on Thu, 12 Jul 2001 09:18:33 +0100
|
|
I am using fasthosts as my host and they support cdo session object
(server.createobject("cdonts.session"))
The object creates but it never has any mail in the mail box.
The mail server is imail 6!!!!
Jmails pop3 object doesn't create but the smtp one does.
I can send mail easyily but i want to recieve mail via web interface.
Please help
The cdo thing works but it says 0 mail messages :-(.
jbuckle
Message #2 by "Siegfried Weber" <sweber@c...> on Thu, 12 Jul 2001 14:50:42 +0200
|
|
CDONTS requires Microsoft IIS4/5 with the IIS SMTP Service installed.
Because your ISP uses iMail CDONTS is useless for you.
To retrieve mail from a POP3 inbox you need to use a component which can
retrieve such stuff and it looks like jMail is only a SMTP mail
component and not a POP3 one.
Check http://www.15seconds.com for a bunch of information about this
topic and a list of third party components
<Siegfried />
> -----Original Message-----
> From: jbuckle [mailto:jbuckle@0...]
> Sent: Thursday, July 12, 2001 10:19 AM
> To: ASP CDO
> Subject: [asp_cdo] cdo session object
>
>
> I am using fasthosts as my host and they support cdo session object
=3D
> (server.createobject("cdonts.session"))
> The object creates but it never has any mail in the mail box.=3D20
> The mail server is imail 6!!!!
> Jmails pop3 object doesn't create but the smtp one does.
> I can send mail easyily but i want to recieve mail via web interface.
> Please help
> The cdo thing works but it says 0 mail messages :-(.
> jbuckle
Message #3 by "jonathan buckle" <jbuckle@0...> on Thu, 12 Jul 2001 14:44:20
|
|
Is there a way to use imail 6 to get my mail using asp????
I know that there is a way in vb to use imail 6???
please help
Message #4 by "Siegfried Weber" <sweber@c...> on Thu, 12 Jul 2001 18:17:29 +0200
|
|
I never used iMail but I assume it is a SMTP & POP3 based mail server.
In this case you need to write an application which can interact with
those protocols.
Out of the box does VB6 not support such protocols and you can either
buy a third party component to accomplish that or write your own stuff
using the Microsoft WinInet API.
Note that I'd prefer the third party route because it would give you a
quick start.
For more info about third party apps check the URL in my previous
message.
<Siegfried />
> -----Original Message-----
> From: jonathan buckle [mailto:jbuckle@0...]
> Sent: Thursday, July 12, 2001 4:44 PM
> To: ASP CDO
> Subject: [asp_cdo] RE: cdo session object
>
> Is there a way to use imail 6 to get my mail using asp????
> I know that there is a way in vb to use imail 6???
> please help
>=20
|
|
 |