Simon Dugré
Simon Dugré

Reputation: 18916

Service not available, closing transmission channel. The server response was: 4.4.2 Timeout while waiting for command

I'm trying to send a message and we sometime get this error :
Service not available, closing transmission channel. The server response was: 4.4.2 Timeout while waiting for command.

Anyone know what to do with this? Because it only happens "sometime" and apperently, for no specific reason.

I saw many article saying :
442 The server started to deliver the message but then the connection was broke (Source : http://www.sorkincomputer.net/SMTP%20errors.htm)

Upvotes: 3

Views: 14560

Answers (1)

CodingGorilla
CodingGorilla

Reputation: 19842

This is typically a server side (the SMTP server you're delivering to) error or a network connectivity error. There isn't anything you can do about it via your code, you would need to get the related IT staff involved to figure out why your connection is getting closed or interrupted.

Upvotes: 6

Related Questions