Is it possible to send e-mails using smtp through proxy with delphi.
I have build some e-mail sending applications before, using SSL etc. but i didn’t use proxy before, has anyone idea how i can do that with delphi.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct way to use a proxy with Indy’s TIdSMTP component is to utilize the SocksInfo (Indy 9 and earlier) or TransparentProxy (Indy 10) property of TIdIOHandlerSocket.
For Indy 9 and earlier (only supports SOCKS v4/4a/5 proxies):
For Indy 10 (supports SOCKS, HTTP, and custom proxies):