Disable - Default User registration email when using Strip

Hello,

My situation is the following.

  1. I’m using s2members Stripe payment forms to generate user accounts.
  2. I have setup the system to need approval from the client, before a user can have access to his account.
  3. once approved, the user will be sent an email with his new password + login links.

My issue is, that your system wants to send an email to the client that sends them a login link, which we want to disable.

I have attempted to figure it out myself, but at this point am having no luck.

Do you have any action’s or filters i can uses to disable that email or some other solution?

The settings for that email that am talking about are located
S2Member (pro) -> General Options -> Email Configuration -> New User Email Message

s2Member just overrides the regular WP function, which is pluggable and is designed for that purpose. So you can similarly override s2Member’s function by using a plugin like Better Notifications for WordPress (or write your own).