I'm experiencing very poor performance using DotNetOpenMail. I'm sending a standard message (no attachments) to the local SMTP service which takes approximately 0.8 seconds. When i send a message with the standard ASP.NET e-mail function (also local SMTP) it's being sent within 0.1 second.
Any idea what may cause this poor performance?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It's hard to say without running them side-by-side, but DotNetOpenMail isn't built for speed. All development on the Beta release thus far has been guided by Hoare's Law.
If speed is a concern, I'd go with one of the commercial libraries; I would recommend aspNetMail---that one's very fast.
Cheers!
-Mike
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm experiencing very poor performance using DotNetOpenMail. I'm sending a standard message (no attachments) to the local SMTP service which takes approximately 0.8 seconds. When i send a message with the standard ASP.NET e-mail function (also local SMTP) it's being sent within 0.1 second.
Any idea what may cause this poor performance?
It's hard to say without running them side-by-side, but DotNetOpenMail isn't built for speed. All development on the Beta release thus far has been guided by Hoare's Law.
If speed is a concern, I'd go with one of the commercial libraries; I would recommend aspNetMail---that one's very fast.
Cheers!
-Mike