BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Indy 10 TIdSMTPServer

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Internet Winsock
View previous topic :: View next topic  
Author Message
Thomas Wegner
Guest





PostPosted: Sat Nov 27, 2004 9:25 pm    Post subject: Indy 10 TIdSMTPServer Reply with quote



Hello, i modified the SMTPServer Demo from Indy 9 to Indy 10,
There are events with classes eg. TIdSMTPDataFailure. I can
not found the units with the declaration. The SMTPServer Demo
not run on Indy 10!? Sad
---------------------------------------------
Thomas Wegner
Cabrio Meter - The Weather Plugin for Trillian
http://www.wegner24.de


Back to top
Andy Neillans [ABCC Compu
Guest





PostPosted: Sun Nov 28, 2004 11:50 am    Post subject: Re: Indy 10 TIdSMTPServer Reply with quote



"Thomas Wegner" <tomaten (AT) t-online (DOT) de> wrote

Quote:
Hello, i modified the SMTPServer Demo from Indy 9 to Indy 10,
There are events with classes eg. TIdSMTPDataFailure. I can
not found the units with the declaration. The SMTPServer Demo
not run on Indy 10!? Sad

I've just uploaded one to the Indy Demos page (hopefully it still compiles -
haven't had a chance to check it 100% yet, but it should give you the rough
outline).

http://www.indyproject.org/Demos/

Andy



Back to top
Thomas Wegner
Guest





PostPosted: Sun Nov 28, 2004 12:11 pm    Post subject: Re: Indy 10 TIdSMTPServer Reply with quote



I get a 404 not found Sad
---------------------------------------------
Thomas Wegner
Cabrio Meter - The Weather Plugin for Trillian
http://www.wegner24.de

"Andy Neillans [ABCC Computers]" <andy (AT) abcc-computers (DOT) co.uk> schrieb im
Newsbeitrag news:41a9bb9d (AT) newsgroups (DOT) borland.com...
Quote:
"Thomas Wegner" <tomaten (AT) t-online (DOT) de> wrote in message
news:41a8f0cd (AT) newsgroups (DOT) borland.com...
Hello, i modified the SMTPServer Demo from Indy 9 to Indy 10,
There are events with classes eg. TIdSMTPDataFailure. I can
not found the units with the declaration. The SMTPServer Demo
not run on Indy 10!? :-(

I've just uploaded one to the Indy Demos page (hopefully it still
compiles - haven't had a chance to check it 100% yet, but it should give
you the rough outline).

http://www.indyproject.org/Demos/

Andy




Back to top
Andy Neillans [ABCC Compu
Guest





PostPosted: Sun Nov 28, 2004 2:22 pm    Post subject: Re: Indy 10 TIdSMTPServer Reply with quote

"Thomas Wegner" <tomaten (AT) t-online (DOT) de> wrote

Quote:
I get a 404 not found Sad

Odd. Can you try it again - just made a tweak :)

Andy



Back to top
Thomas Wegner
Guest





PostPosted: Sun Nov 28, 2004 2:54 pm    Post subject: Re: Indy 10 TIdSMTPServer Reply with quote

Now i get it. Thank you.
---------------------------------------------
Thomas Wegner
Cabrio Meter - The Weather Plugin for Trillian
http://www.wegner24.de

"Andy Neillans [ABCC Computers]" <andy (AT) abcc-computers (DOT) co.uk> schrieb im
Newsbeitrag news:41a9df20 (AT) newsgroups (DOT) borland.com...
Quote:
"Thomas Wegner" <tomaten (AT) t-online (DOT) de> wrote in message
news:41a9c087 (AT) newsgroups (DOT) borland.com...
I get a 404 not found :-(

Odd. Can you try it again - just made a tweak :)

Andy




Back to top
Thomas Wegner
Guest





PostPosted: Sun Nov 28, 2004 3:11 pm    Post subject: Re: Indy 10 TIdSMTPServer Reply with quote

Ok, i try it with outlook. They accept the testmail, but how
do they relay it to the receipient?
---------------------------------------------
Thomas Wegner
Cabrio Meter - The Weather Plugin for Trillian
http://www.wegner24.de

"Andy Neillans [ABCC Computers]" <andy (AT) abcc-computers (DOT) co.uk> schrieb im
Newsbeitrag news:41a9df20 (AT) newsgroups (DOT) borland.com...
Quote:
"Thomas Wegner" <tomaten (AT) t-online (DOT) de> wrote in message
news:41a9c087 (AT) newsgroups (DOT) borland.com...
I get a 404 not found :-(

Odd. Can you try it again - just made a tweak :)

Andy




Back to top
Andy Neillans [ABCC Compu
Guest





PostPosted: Sun Nov 28, 2004 6:01 pm    Post subject: Re: Indy 10 TIdSMTPServer Reply with quote


"Thomas Wegner" <tomaten (AT) t-online (DOT) de> wrote

Quote:
Ok, i try it with outlook. They accept the testmail, but how
do they relay it to the receipient?

After receiving the e-mail, you need to determine the next step, do you:

- Send it on to another SMTP Server (e.g. your ISP's)
or
- Delivery it directly to the destination SMTP Server.

In order to do the second, you need to perform an MX lookup on the e-mail
address domain name.

Either way, you pass your message to an IdSMTP and send it on that way.

Or, take a look at the IdRelaySMTP (I think thats what it's called). I'll
dig out a demo when I get back to a machine that has them :)

Andy



Back to top
Thomas Wegner
Guest





PostPosted: Sun Nov 28, 2004 6:54 pm    Post subject: Re: Indy 10 TIdSMTPServer Reply with quote

First i think it was implemeted. Ok, now i see,
i must set the Message in a Queue and send it
by my self. I try at this time the SMTPRelay
Demo from Indy 9. It works fine for me with
Indy 10 with 2 minimal modifications.
---------------------------------------------
Thomas Wegner
Cabrio Meter - The Weather Plugin for Trillian
http://www.wegner24.de

"Andy Neillans [ABCC Computers]" <andy (AT) abcc-computers (DOT) co.uk> schrieb im
Newsbeitrag news:41aa128c$1 (AT) newsgroups (DOT) borland.com...
Quote:

"Thomas Wegner" <tomaten (AT) t-online (DOT) de> wrote in message
news:41a9ea8d (AT) newsgroups (DOT) borland.com...
Ok, i try it with outlook. They accept the testmail, but how
do they relay it to the receipient?

After receiving the e-mail, you need to determine the next step, do you:

- Send it on to another SMTP Server (e.g. your ISP's)
or
- Delivery it directly to the destination SMTP Server.

In order to do the second, you need to perform an MX lookup on the e-mail
address domain name.

Either way, you pass your message to an IdSMTP and send it on that way.

Or, take a look at the IdRelaySMTP (I think thats what it's called). I'll
dig out a demo when I get back to a machine that has them :)

Andy




Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Internet Winsock All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.