To clarify, all email to xtra now uses SSL. Some apps recognise the
port number and switch automatically.
You either have to use SSL in Indy or use the SSL layer that xtra are
providing. We are using the latter. The code then is
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
Sandeep Chandra wrote:
Hi
I am having difficulty connecting to xtra smtp server after they changed their
smtp server to point to send.xtra.co.nz and port to 465.
Has anyone managed to send emails using xtra after this change and if so could
anyone please give an example of what needs to be done in order for this to
work.
Regards
Sandeep
--
*Rohit Gupta*
* B.E. Elec. M.E. Mem IEEE Associate IEE*
*Technical Manager*
*Computer Fanatics Limited*
**
*Tel* +64 9 4892280
*Fax* +64 9 4892290
*Email [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>**
*Web *www.cfl.co.nz <http://www.cfl.co.nz/>
------------------------------------------------------------------------
This email and any attachments contain information, which is
confidential and may be subject to legal privilege and copyright. If you
are not the intended recipient, you must not use, distribute or copy
this email or attachments. If you have received this in error, please
notify us immediately by return email and then delete this email and any
attachments.
_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: [email protected]
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe