- This topic has 5 replies, 2 voices, and was last updated 10 years ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Tweaks › Notification mail to email address when user registers and is pending approval
Tagged: members, notification email
Mighty wizzards!
i kind of need a quick fix so an email address gets an email when a new user has registered and is awaiting approval.
I am not (can not) using the confirm email step (where an email can be added to send as well)
it is more then fine for me to add a few lines in my functions.php file like you instructed me before!
i only need a mail, wher i can provide “send from”, “send to” and “subject”. If i can have plain body text it would be a bonus (but not necessary)
is this something you can easily drop me a few lines of code for?
thank you very much for your effort!
Have you tried checking the “Send Notification to Admin” option from the email settings? You can specify an email address there where the plugin will send notification.
Yes i did,
this sends an email when “double opt in” is being used (i.e.the confirm-your email address email)
i am & can not use this option.
That email gets sent whenever a member completes the registration. Given you are doing manual approval, that member will then be in a pending state. When you say “pending”, what action are you referring to?
i am referring to the account state in wp-admin/admin.php?page=wp_eMember_manage.
when a usere registers, his account is moderated. untill approved or disaproved the acount state is “pending”
the problem is, that if an admin or moderator does not log in, he/she does not know there are usere waiting for approval.
Lets say you have enabled the “Manually Approve Members” option in the settings. Now, every time a user registers and their account is “pending”, you will get an email for having the “Send Notification to Admin” option checked.
Whenever there is a registration, it will be set to pending and you will get a notification email. Whenever you get that registration notification, it means that an account needs to be approved.
How is that any different than what you are asking?