Description
wpmem_email_newreg was deprecated in version 3.2! Use wpmem_email_filter instead.
This hook allows you to filter the body content of the email that is sent to a new user when they register.
Some important considerations:
- In the default configuration of the plugin, a user registers and is sent a random password via email to verify that the user provided a valid email address. If you run the plugin in this configuration and you are using this filter, you should not remove the password that is generated and sent or the user will have no way of receiving it.
- If registration is moderated and the random initial password is used, you should not send a password in this email.
- If you are using moderated registration AND user defined passwords, and you want to send the user a copy of their chosen password via email, you should send it in this email.