[DUG] send.xtra.co.nz
Alister Christie
alister at salespartner.co.nz
Wed Nov 14 13:00:26 NZDT 2007
Could I get you to clarify the "sl addon/ddl that xtra specified" bit
Alister Christie
Computers for People
Ph: 04 471 1849 Fax: 04 471 1266
http://www.salespartner.co.nz
PO Box 13085
Johnsonville
Wellington
Rohit Gupta wrote:
> Alister,
>
> all we did was the following
>
> with FSmtp
> do begin
> Username := AUser;
> Password := APassword;
> Host := AHost;
> Port := APort;
> if FUseSSL
> then begin
> {$ifdef gtD11}
> AuthType := atDefault;
> {$else}
> AuthenticationType := atLogin;
> {$endif gtDll}
> end
> else begin
> {$ifdef gtD11}
> AuthType := atNone;
> {$else}
> AuthenticationType := atNone;
> {$endif gtDll}
> end
> end;
> end;
>
> And we use thd ssl addon/ddl that xtra specified....
>
>
> Alister Christie wrote:
>> Has anyone managed to get SSL working with send.xtra.co.nz using
>> indy? If so I'd be interested to know how ;-)
>>
>
> _______________________________________________
> NZ Borland Developers Group - Delphi mailing list
> Post: delphi at delphi.org.nz
> Admin: http://delphi.org.nz/mailman/listinfo/delphi
> Unsubscribe: send an email to delphi-request at delphi.org.nz with
> Subject: unsubscribe
>
>
More information about the Delphi
mailing list