PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Edit email send after user registration

  1. Hi,
    I am using gravity forms for user registration on my buddypress site. I would like to add some text (like instructions, welcome text etc.) to the automatic send email (containing username and password) is that possible? Or is it possible to send a password with a notification email.

    Bas

    Posted 11 years ago on Monday August 20, 2012 | Permalink
  2. I would like to do this too - I am confused as to whehter I need to override the Wordpress default notify email as defined in pluggable.php ?

    Posted 11 years ago on Tuesday August 28, 2012 | Permalink
  3. The function you want to override is wp_new_user_notification(). You can find a few examples of how to do this online, and there are a couple plugins, but here is one explanation of how to change it yourself: http://sltaylor.co.uk/blog/customizing-new-user-email-pluggable-function/

    That email is from WordPress. I'm unsure of how that fits in with BuddyPress. They may have their own function which you need to override in a similar fashion.

    Posted 11 years ago on Wednesday August 29, 2012 | Permalink
  4. Thx Chris will try your suggestions

    Posted 11 years ago on Tuesday September 11, 2012 | Permalink