 |
 | Although there isn't much documentation of the code, there are plenty of comments which helps an experienced developer using it as a library, not only as a standalone software.
Great work! |
|
 | From taking a glimpse at the code, the SMTP client code doesn't support sending emails using AUTH commands.
Is this something I missed from the code?
If not, are there any plans in the near future for this implementation? |
|
 | Hi,
Get newer code, AUTH is supported.
http://www.lumisoft.ee/lswww/download/downloads/[^] |
|
 | hi
first of all thank you for your project, I just discovered and I find it incredible. my problem is: I download the help file of your page lumisoft http://www.lumisoft.ee/lsWWW/Download/MailServer_ENG.chm but I get an error message Navigation to the webpage WAS canceled
any idea? |
|
 | Hi,
Help is outdated anyway(if you donwload latest), UI should be easy to understand.
By default all is configured as is best for everyone, jusr create domains and users. |
|
 | True. Tks a lot. Really impresive your class reference
http://www.lumisoft.ee/lsWWW/download/downloads/Net/Help/Index.html[^] |
|
 | This article does not have any note for create new user... :| |
|
 | Code have no explanation for create new user.... |
|
 | Hi,
This project looks great. I am on the lookout for a SMTP Server where I can create email accounts from my ASP.NET site.
Is that possible?
TIA
BR
Soeren |
|
 | Hi,
Yes latest version from:
http://www.lumisoft.ee/lsWWW/download/downloads/[^]
Allows you create any object. You must use UserApi. For getting started, mail server manager is best way to start, it uses USER API. |
|
 | how can i get error message when i enter the wrong email id of the recipient. |
|
 | Hi,
I doubt noone can get what you mean ? |
|
 | Need a emailserver(like a intelligent mock) to verify in a whiteboxtest if emails are sent correctly out by a c#-program.
I'm not really firm with emailing issues, except sending a mail per c# to an existing mailserver (like exchange-server ), and getting mails from such a server.
But now,... |
|
 | Hi,
Yes you can. |
|
 | Very very good... Can you please be so kind and give me a short explanation how to do that... or where can i find a documentation...just loaded the projects down and opened the Net-project in vs2008...it was builded without error...
thanks a lot |
|
 | Probably you need to write message fileter, then you can do all checks there, also then you don't need to alter mail server code.
Just use virus filter as example fiter how to write it. |
|
 | very good idea..thanks, i will check it out. perhaps i will get some problems with our system administrators, perhaps they installed something to inhibite that your server can be installed local (port 25?)...like a firewall...perhaps..in this case, i will contact you to check out how we can do... |
|
 | i want do programe send email by webservice. help me |
|
 | I'm on windows 7 and every time I try run lsMailServer.exe I get the following error:
"The application was unable to start correctly (0xc000007b). Click OK to close the application"
Anyone had this problem before? |
|
 | Hi,
In win 7 you need run it as administrator ... |
|
 | Hi Ivar,
still using your smtp server implementation and it rocks. However, from time to time happens, that smtp server is not able to receive the message ( gives timeout back ) and after that the processor load stays high after that( seems like session processing the message causes... |
|
 | Hi,
What version do you use ? |
|
 | Version 2.0.3443.29874 |
|
 | I meant version in version.txt file. |
|
 | Here is the copy of content of version.txt file:
//----------------------------------------
version: 0.X (xx.xx.xx)
*) Ole mime classes (MimeConstructor,MimeParser,...) obsoleted.
*) Completely new Mime system. For more see LumiSoft.Net.Mime namespcae in help file. ... |
|
 |