Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Nov : Error : EIdSMTPReplyError - when sending emails
| Subject: | Error : EIdSMTPReplyError - when sending emails |
| Posted by: | "Paul Coshott" (pa..@pacsoftware.com.au) |
| Date: | Wed, 14 Nov 2007 20:47:20 |
Sorry about the cross post, I didn't realise the first one was a cpp builder
news group.
Hi All,
I am using Delphi 7 and Indy 10. I added email capabilities to my program
using TIdMessage and TIdSMTP. All works fine from my system (modem router
connected directly to my lan port), and most of my clients works fine, but
some are having problems such as :
exception class : EIdSMTPReplyError
exception message : Directory unavailable.
Some have the same exception class, but the message is : Unknown.
I don't know much about ms exchange, but are there any guidelines about how
these should be setup. Are the settings different to what is needed for a
simple network without exchange ?
Should I allow the AuthType property to be set by the user. This is set to
atDefault at the moment.
UseEhlo is True.
UseTLS is utNoTLSSupport.
Any ideas why I am getting these errors on some clients. Any ideas how to
get this working ?
Thanks for any help,
Cheers,
Paul