Hi All,
I am facing this issue on my CMS box with email server.
The error thrown from my email sender script is:
COULD NOT SEND EMAIL: connect() failed: An established connection was aborted by the software in your host machine.
I am using mail:sender PM
Mail:

ender->new(
{
from => "$from_realname <$from_email>",
to => (join ",",
@recipient_emails),
subject => $subject,
smtp => $SMTP,
}
);
my env:
TS 6.5 SP1
win2003
any comments?
Thx in advance