----- Original Message -----
From: "Matt Dee" <[EMAIL PROTECTED]>
Sent: Wednesday, March 19, 2003 3:34 PM
Subject: [DUG]: Indy and Norton Anti Virus


> For some reason any email sent via Indy's SMTP client gets 'cached' by
> Norton until the sending progam has been closed.  Other email clients work
> fine, and I've used this component (TidSMTP) before with Norton and had no
> problems.
>
> Anyone know anything about this problem?
>
> Cheers,
> Matt.
>
> (I simplified the code down to:
>
>   idSMTP1.Connect;
>   idSMTP1.Send( idMessage1 );

Wild guess time... are you disconnecting the component after the send is
complete?

Quite possibly Norton is waiting for the session to close before forwarding
the message(s) on to the real email server.  If you don't implicitly close
the session by disconnecting, then it will likely stay open until the
application exits.

--
Corey Murtagh
The Electric Monk
"Quidquid latine dictum sit, altum viditur!"

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to