I'm writing some code to send emails via my IIS server on the local machine. (IIS 6.0, Windows Server 2003 R2 x64)
The code is boiler plate stuff and works on other servers. The error occurs processing the send command and is:-
The message could not be sent to the SMTP server. The transport error code was 0x800ccc6c. The server response was 452 4.3.1 Out of memory
Googling suggests that the problem can be lack of disk space (I have 200 GB free), or permissions on the mailroot directories (I've set all of them to Everyone:Full Control).
I've checked the metabase and the mailroot is where I would expect it to be (C:\Inetpub\mailroot).
I've used telnet to connect to the server on port 25 and attempted to send an email the (very) old fashioned way and I get as far as entering the data command and it returns the 452 error.
So I'm certain it's not my code. And I have no idea how to progress further.
Any ideas would be very much appreciated
Iain