Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to turn off e-mails in 1.7 beta 2


  • limitx3m
    Participant

    @limitx3m

    I can’t turn emails off for the “@limit / mention.

    This is extremely troubling when importing a large database. Users are getting spammed. Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Assuming the Settings component is active, users can turn off notifications inside their profiles.


    shanebp
    Moderator

    @shanebp

    @limitx3m

    Yup, spamming your own users is not good.

    How are you importing to your database ?

    It may not be feasible for your situation, but one way to handle this is to import in two passes.

    In the first, import everything except email addresses.
    Use https://wordpress.org/extend/plugins/allow-multiple-accounts/
    and give everyone the same email addy – an email addy that functions and that you control.

    In the second pass, swap that addy with the members real email address.

    This is also useful on dev sites, that use real member data, when testing anything that can generates emails.


    shanebp
    Moderator

    @shanebp

    Or…
    You can write a snippet, and maybe add it to your import script, that turns off notifications for all users.
    But you’ll need to store the actual settings so that you can restore them later.

    Or…
    You can filter all emails being generated and swap out the ‘To’ address with one of your own.
    This is the quickest and easiest approach.


    limitx3m
    Participant

    @limitx3m

    @djpaul

    I’m aware that users can turn it off.

    Let me explain again.

    I have a vbulletin database and am converting it over to bbpress.

    When doing so, I get notifications for EVERY @ in the last 3 years. That’s several thousands of emails going out and spamming users.

    I need to turn it off so I can test the database conversion and I don’t want to spam my thousands of users.

    Should I report this on the trac?

    @shanebpdev

    Thank you for replying. Looks like I will need to do one of your suggestions.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to turn off e-mails in 1.7 beta 2’ is closed to new replies.
Skip to toolbar