| View previous topic :: View next topic |
| Author |
Message |
Thomas Wegner Guest
|
Posted: Sat Nov 27, 2004 9:25 pm Post subject: Indy 10 TIdSMTPServer |
|
|
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!?
---------------------------------------------
Thomas Wegner
Cabrio Meter - The Weather Plugin for Trillian
http://www.wegner24.de
|
|
| Back to top |
|
 |
Andy Neillans [ABCC Compu Guest
|
Posted: Sun Nov 28, 2004 11:50 am Post subject: Re: Indy 10 TIdSMTPServer |
|
|
"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!?
|
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
|
Posted: Sun Nov 28, 2004 12:11 pm Post subject: Re: Indy 10 TIdSMTPServer |
|
|
I get a 404 not found
---------------------------------------------
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
|
Posted: Sun Nov 28, 2004 2:22 pm Post subject: Re: Indy 10 TIdSMTPServer |
|
|
"Thomas Wegner" <tomaten (AT) t-online (DOT) de> wrote
| Quote: | I get a 404 not found
|
Odd. Can you try it again - just made a tweak :)
Andy
|
|
| Back to top |
|
 |
Thomas Wegner Guest
|
Posted: Sun Nov 28, 2004 2:54 pm Post subject: Re: Indy 10 TIdSMTPServer |
|
|
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
|
Posted: Sun Nov 28, 2004 3:11 pm Post subject: Re: Indy 10 TIdSMTPServer |
|
|
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
|
Posted: Sun Nov 28, 2004 6:01 pm Post subject: Re: Indy 10 TIdSMTPServer |
|
|
"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
|
Posted: Sun Nov 28, 2004 6:54 pm Post subject: Re: Indy 10 TIdSMTPServer |
|
|
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 |
|
 |
|