[DUG] send.xtra.co.nz

Rohit Gupta r.gupta at xtra.co.nz
Wed Nov 14 11:53:28 NZDT 2007


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 ;-)
>



More information about the Delphi mailing list