I'm using ASPPop3 on a site and am having a slight problem with it.
Here's the code I'm using 
  Dim Mailer
  Set Mailer = Server.CreateObject("POP3svg.Mailer")
  Mailer.RemoteHost = "mail.domain.com"
  Mailer.UserName   = "
[email protected]"
  Mailer.Password   = "******"...