ASPPOP3 Component?

Discussion in 'Classic ASP' started by homeacademy, Oct 22, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I am having difficulty using the ASPPOP3 component.

    I cannot even get the simple code snippet from the ServerObjects website to work:

     
  2. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

    Sorry, late night.....
    Since you are POPing, your original setting was correct. It should be set to mail.*****.org

    Your code looks okay. You may want to display other properties of the email header, eg mailer.fromaddress. If you have a blank subject line, your result will be blank.
     
  3. No problem. I was pretty sure the code was correct, since I took it straight from ServerObject. EVERY property I try to display is null (FromAddress, MessageID, BodyText, everything). I just don't understand. I have set up a test account, sent only one message to it, with nothing else in the account -- it still doesn't work. What should I try next?
     
  4. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

    try using: localhost
    instead of: mail.*****.org
     
  5. I changed it to Mailer.RemoteHost = "localhost"

    Now the script just hangs for awhile, then returns this:

     
  6. Serverobjects.com sucks! Anyone agree say IIIIIIIIIII!

    Makes even wonder about discountASP! Do they even bother to ensure that good support is available for the damn software before buying it, f#uck!

    Anyhows, here's a 2 and half maybe 2 day saver tip for you

    Try using the RetrieveToMemory! method instead - Mailer.RetrieveToMemory

    [}:)]
     
  7. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

    Microsoft has dropped their support for CDONTS. Best to move to CDO or any of the email components that we offer.
     
  8. try using CDOnts if you are unhappy with this mail component. Both work for me fine for the past few years.
     
  9. quote:Originally posted by dasp

    Microsoft has dropped their support for CDONTS. Best to move to CDO or any of the email components that we offer.
    </blockquote id="quote"></font id="quote">

    I have been away from ASp for a few months now, whats CDO?
    My mailing list is still using Cdonts as we speak. The other mail components never worked on my previous server, ill give it a try on this one as soon as I get a chance.

    Rory
     
  10. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page