xp_sendmail command is hanging

  • I was able to send email using xp_sendmail command but suddenly it stop wokring. It's hanging forever.

    Any help will be appreciated.

  • try to do..

    xp_stopmail and then xp_startmail

    NJ

  • I can start the mail server but when I stop it gives me following error.

    Server: Msg 17955, Level 16, State 1, Line 0

    xp_stopmail: Failed to stop SQL Mail session.

  • You can try finding the process using SQLMail and kill it.

    or try doing this

    EXEC master..xp_cmdshell "Kill MAPISP32"

    NJ

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

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