Author |
|
elfigha Newbie
Joined: 04 January 2011
Online Status: Offline Posts: 1
|
Posted: 18 June 2016 at 1:56am | IP Logged
|
|
|
I want to integrate ASP.NET WebMail lite into my web site. I floow the instructions in the documentation. I obtain the error message:
---
Pop3 component not licensed. LicenseKey is invalid.
--
The code source is :
protected void Button1_Click(object sender, EventArgs e)
{
Integration integr = new Integration(@"D:\PROJET\WEBMAIL\Data", @"http://192.168.1.12:33/");
integr.UserLoginByEmail(@"driss@test.local", @"driss@test.local", "112233", WMStartPage.Mailbox);
}
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 20 June 2016 at 3:07am | IP Logged
|
|
|
Try placing the integration code into main folder of WebMail Lite and see if it works for you there.
Lite ASP.NET version of AfterLogic WebMail is no longer maintained and is available on "AS IS" basis. Consider using either WebMail Pro ASP.NET, or if you're looking for a free application - WebMail Lite PHP.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|