Page 2 of 2

Re: Carriage Returns In SMTP Server Responses

Posted: Mon Apr 11, 2016 3:56 pm
by Armin.Paya@eltek.com
I found what appears to be my problem: in nburn\system\tl1command.cpp, there is a function, int MyWriteCR( void *p, const char *buf, int n ), which detects '\n' and replaces it with '\r\n'. When I commented out this replacement, the extra symbols in the TL1 output disappeared.

Re: Carriage Returns In SMTP Server Responses

Posted: Mon Apr 11, 2016 6:17 pm
by rnixon
You mention office 365 specifically. Does it work with other smtp servers?

Re: Carriage Returns In SMTP Server Responses

Posted: Fri May 13, 2016 12:58 pm
by kackle123
@rnixon: I am the original poster. My product has worked for years, but has lately had an issue using smtp.office365.com. I believe NB tech. support has a line on the problem, and will probably release any final fix in a future release.