Tagged Questions
0
votes
0answers
138 views
How to send mail using indy component in delphi xe2? [duplicate]
First i have this code and i tried with Gmail Smtp server but i have the result with error exception : Socket °10060 !!!!
it a delay socket error , please if any one tried this before and it work ...
1
vote
2answers
575 views
Bing Search API Azure Marketplace Authentication (Delphi + Indy)
Can anyone point in the right direction? I'm trying to perform web searches sung the new Bing API, but with the below code I keep getting "HTTP/1.1 400 Bad Request". The same request works well under ...
1
vote
2answers
351 views
Hooking into message loop of dbx DataSnap user session
Is there a way to hook into the WndProc of a dbx user session?
Background:
dbx DataSnap uses Indy components for TCP communication. In its simplest form, a DataSnap server is an Indy TCP server ...
7
votes
6answers
7k views
Indy TCP Client/Server with the client acting as a server
How can Indy's TIdTCPClient and TIdTCPServer be used in the following scenario:
Client ---------- initate connection -----------> Server
...
Client <---------------command------------------- ...
1
vote
2answers
341 views
How to store an identifier in a ListView a client connection - Indy 10
I am creating a TCP server which receives multiple clients and must be able to send messages to each.
How do I get a handle to the client connection and then send arbitrary data?
Thanks: D
Code:
...
2
votes
3answers
4k views
STARTTLS error while sending email using Indy in Delphi XE
I'm trying to send email from my application using the following code:
Var
MailMessage : TIdMessage;
SMTP : TIdSMTP
.
.
.
//setup SMTP
SMTP.Host := 'smtp.gmail.com';
...
7
votes
4answers
4k views
Is it possible to use Indy 10.5.8.0 in Delphi XE and DataSnap?
The case
I'm trying to update the INDY to the latest version for my Delphi XE (Update 1), so I downloaded the latest INDY10 file (Indy_4545.zip) from indy.fulgan.com/ZIP.
The packages compiles ...
