POP3

  • Does anybody knows about any good stored proc to make POP3 using SQL server 2005 ???

  • This was removed by the editor as SPAM

  • Are you talking about having SQL Server send email?

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • POP or SMTP SQL Sends mail using xp_sendmail. But that assumes you've set up SQL Mail properly.

    You can also use CDONTS in ActiveX script.

    Thanks

    Sreejith

  • I'm not an expert using SQL server, but recently I tried to configure SQL mail to use a POP3 server to download mail, and it did  not work because it required an Exchange server.

    May be is there anyway to set up the SQL mail to use a POP3 mail server???

    If the answer is NO then my particular need is to download mail from a POP3 server using some extended procedure, activeX, or anything else.

    Thanks anyway,

    Felix

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply