Index > Scribe > sendstart failed | |
---|---|
Author/Date | sendstart failed |
malcolm newton 30/06/2017 11:22pm | Using 'C:\Program Files (x86)\Memecode\Scribe\ssleay32.dll'
Using 'C:\Program Files (x86)\Memecode\Scribe\libeay32.dll' Connecting to 192.168.1.103:25... Connected to '192.168.1.103:25' 220 DELL3.usproptrader.com ESMTP MailEnable Service, Version: 9.75-- ready at 06/30/17 09:17:54 EHLO default 250-usproptrader.com [192.168.1.104], this server offers 4 extensions 250-AUTH LOGIN 250-SIZE 40960000 250-HELP 250 AUTH=LOGIN AUTH LOGIN 334 VXNlcm5hbWU6 bW5ld3RvbkB1c3Byb3B0cmFkZXIuY29t 334 UGFzc3dvcmQ6 Y2xlb2RjZzE= 235 Authenticated SendStart failed. Connection closed. also the server does not support any compatible authorisation type: yet it logs in and authorises ok any idea why |
fret 03/07/2017 9:46pm | the server does not support any compatible authorisation type: It just starts trying any it has available if it can't detect the right one to use. But in your case AUTH=LOGIN is listed in the fields. So it uses that. And to answer why it's getting stuck with a SendStart failed I would open up the console and have a look for error messages while attempting to send. (It's a toolbar button). I've read through the code and the possible causes are: - no recipients - no sender address - invalid recipient address - mail protocol errors (not showing in your log so probably not) I'm writing some better error logging right now, but you should check the console and let me know what, if anything, shows up there. |
Reply | |