Description
wpmem_email_appmod 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 user when using moderated registration and their registration is approved.
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, the user will receive a password in this email.
- If registration is moderated and the random initial password is used (the default), you should 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 NOT send it in this email, but rather the initial email that is sent to the user (filtered by wpmem_email_newmod).