Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Tweaks › eMember – Email Delivery Confirmation After Registration
Tagged: emember email
- This topic has 10 replies, 3 voices, and was last updated 7 years, 1 month ago by boldmarketeer.
-
AuthorPosts
-
October 4, 2017 at 9:07 pm #14450boldmarketeerMember
Hi, I would be grateful if someone can advise if there is any way to disable the automatic email which is sent to new members once they submit their registration. I am not using the 2 step registration (asking for confirmation of email)…only the one step registration.
As I have integrated eMember with my auto responder service (Get Response)..I want my new registrant to only receive the email generated by Getresponse and not eMember.
I look forward to hearing back from you soon.
Kind Regards,
Anthony
October 5, 2017 at 2:19 pm #76535wzpModeratorIs this what you are looking for?
October 6, 2017 at 3:31 pm #76536boldmarketeerMemberNo it is not what I am looking for. I do not want the emember plugin to send a confirmation email to the new member on signup.
My workflow is this:
1. Customer lands on site.
2. Joins up for a FREE membership account.
3. My customer currently then receives an email from emember plugin confirming registration – THIS IS THE EMAIL I DO NOT WANT
4. My autoresponder (GETRESPONSE) then sends out an email to new member requesting that they confirm the subscription by clicking link in email.
5. Then they are redirected back to site.
Getresponse generates one last email confirming registration.
I want to disable step 3.
Can this be done?
Kind Regards,
Anthony
October 6, 2017 at 4:48 pm #76537wzpModerator2. Joins up for a FREE membership account.
3. My customer currently then receives an email from emember plugin confirming registration – THIS IS THE EMAIL I DO NOT WANT
WP eMember –> General Settings –> Free Members Must Confirm Email Address –> Uncheck
October 7, 2017 at 8:24 pm #76538boldmarketeerMemberI have already unchecked (WP eMember –> General Settings –> Free Members Must Confirm Email Address –>) and my Free sign ups do not receive an email to confirm their email address.
The Email I am referring to is the email that is automatically sent by the eMember software telling the new sign up that their registration is complete. THIS IS THE EMAIL I DO NOT WANT EMEMBER SOFTWARE TO SEND….IS THIS POSSIBLE???
October 8, 2017 at 1:13 am #76539adminKeymasterYou are referring to the “Registration Complete” email. This email is sent after someone completes the registration form.
Go to the Email settings menu and set the email body field of the “Registration Complete” email to be empty. It will disable that email.
October 8, 2017 at 1:39 am #76540boldmarketeerMemberI have tried that…but when I update the settings…the default body content refills the email body field.
Can you be specific in the actions I must take to empty the body field.
Kind Regards,
Anthony
October 8, 2017 at 2:30 am #76541adminKeymasterActually that one is a mandatory email of the emember system. It will need to be handled differently. We will add a checkbox option in the settings to disable that email.
In the meantime, you can modify the plugin code and disable it.
Open the following plugin file:
wp-eMember/eMember_registration_utils.php
Search for the following line of code in that file:
wp_mail($member_email, $subject_rego_complete, $email_body1, $headers);
Comment or delete that line of code and the plugin won’t send registration complete email.
October 9, 2017 at 12:08 pm #76542boldmarketeerMemberHello and thank you for that…it worked perfectly..you help is much appreciated.
One last thing….can you please advise where I can find the code to change the website message returned once you complete and submit new user registration.
Currently it returns:
Registration Complete! Please Login
I look forward to your reply.
Many thanks,
Anthony
October 9, 2017 at 1:45 pm #76543wzpModeratorYou can use these instructions to find and change that specific message string:
October 9, 2017 at 10:33 pm #76544boldmarketeerMemberMany thanks.
-
AuthorPosts
- You must be logged in to reply to this topic.