Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C# - Code Freezes Up
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01283306
Message ID:
01283930
Views:
12
>I made the change, and the code still freezes. I don't understand what's going on.
>This is a really small piece of code.
>
>Any chance you could take a look? The code is here
>http://www.geocities.com/kevin.marois/xmail/xmail.zip

Hi,
Hope you don't mind - I also had a quick look at this.

It worked for me using my own email settings and:
(1)Using the POP3 port (110) rather than the SMTP port before calling .oMail.Connect().
(2)Changing the Xmail.Connect() method to:
(a) pass sPassword rather than sLoginName as the parameter to _SendCommand()
(b) set bRetVal to true on success.

Didn't try with your email settings on moral grounds <g>

All in all I don't know where you got the XMail code from but, as is, it looks pretty flaky.....
Previous
Reply
Map
View

Click here to load this message in the networking platform