Export to e-mail: Error 'Software caused connection abort.(10053)'
KingSoft
Germany/Hannover
Since years we send our Mails with our Exchange-Server via SMTP and Port 25...all went well.
Now i wanted to send by another Mail-Provider like STRATO:
This Provider (and i think all other) only use SMTP (SSL/TLS) with Port 465 and there i get the Message:
'Software caused connection abort.(10053)'
Do you have any ideas?
Best regards
Bernd
Comments
I forgot: our Version is FastReport VCL 5.4.1
FR doesn't supports SSL. You may uncomment {$DEFINE USE_INDY} in the frx.inc and recompile FR with Indy support or use TfrxMailExport with MAPI or MSOutlook options (mail client should be installed, configured and runned)
Oh, it's a pity...
MAPI doesn't work, there are several articles in the Internet....and we don't use MSOutlook….
and in Germany you cant't send mails to the bis provider without SSL anymore…(i think so)
I think the best way ist to expand the frxSMTP.pas for the SSL-Option!
Does anyone has experience with this SSL-Option?
Best regards
Bernd