Carriage Returns In SMTP Server Responses

Discussion to talk about software related topics only.
Armin.Paya@eltek.com
Posts: 4
Joined: Thu Jun 11, 2015 4:13 pm

Re: Carriage Returns In SMTP Server Responses

Post 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.
rnixon
Posts: 833
Joined: Thu Apr 24, 2008 3:59 pm

Re: Carriage Returns In SMTP Server Responses

Post by rnixon »

You mention office 365 specifically. Does it work with other smtp servers?
kackle123
Posts: 73
Joined: Tue Nov 23, 2010 1:35 pm

Re: Carriage Returns In SMTP Server Responses

Post 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.
Post Reply