How to delete current email queue?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mickknutson
    Senior Member
    • Jan 2004
    • 257
    • 3.6.x

    [Forum] How to delete current email queue?

    I have 4,000+ emails that where put into the mail queue for vBulletin and I want to just delete all those emails.

    Is there a function or sql command I can run to delete these emails before they are sent?
    Thank You...Mick Knutson

    BLiNC Magazine Forums: "Everything you ever wanted to know about BASE-Jumping, but didn't know whom to ask."

  • Matthew Gordon
    Senior Member
    • May 2002
    • 3243
    • 1.1.x

    #2
    Code:
    TRUNCATE TABLE mailqueue;
    If you are using a table prefix, be sure to add it before mailqueue.

    Comment

    • mickknutson
      Senior Member
      • Jan 2004
      • 257
      • 3.6.x

      #3
      Brilliant!
      Thanks so much!
      Thank You...Mick Knutson

      BLiNC Magazine Forums: "Everything you ever wanted to know about BASE-Jumping, but didn't know whom to ask."

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...