I'm getting a System.OutOfMemoryException when I do a Login command on my smtp client. Why would this happen?
Download components
You may need to download trial or full installation packages before using code from this site.|
0
|
|||||||
|
|
0
|
It turned out the attachments you were using were truly massive (like 1GB). Because attachment data was kept in memory, this caused Since Rebex Mail 1.0.3793.0, it is possible to save or send mail messages with attachments of unlimited length using the following code:
At the moment, this doesn't work when the e-mail needs to be signed or encrypted – in that case, the content is still read into memory. |
||
|
|