Tips and Tricks HQ Support Portal › Forums › WP eMember › 4 Emails Upon Initial Registration – I don't want them all
Tagged: disable, email, registration
- This topic has 4 replies, 4 voices, and was last updated 12 years, 10 months ago by admin.
-
AuthorPosts
-
February 1, 2011 at 2:42 am #2611hoffybalboaMember
Hi there,
I currently have the following products working together; eMember, Affiliate, and eMember to Mailchimp integration turned on. When a new user signs up for a Free Membership; the member is added to the correct membership level, wordpress user account created, affiliate account created, and then added to the correct Mailchimp list, and autoresponder sent.
All is well.
Problem: 4 emails are sent to the member, and I would like to disable #1 and #2 below.
Here is a list of the 4 emails a user receives within 1 minute.
1) Affiliate Login Details, Sent
2) Your registration is complete, sent
3) Mailchimp autoresponder confirming subscription, requires user click
4) Mailchimp Subscription confirmed email
Question: How do I disable the affiliate (#1) and eMember email (#2), and rely strictly on Mailchimp?
The memberships emails just tell the user the username and password to the site. Since we already captured their email, i feel this unnecessary bc they can just run the password recovery tool if required. However, confirming their subscription with Mailchimp is extremely valuable.
Thanks for any help and consideration
Bryan
February 1, 2011 at 5:24 am #28577wpCommerceModerator1) Please open the “wp_eMember1.php” file and search for the following line:
wp_aff_send_sign_up_email($user_name,$pwd,$aemail);
Once you find it you can comment it out like the following:
//wp_aff_send_sign_up_email($user_name,$pwd,$aemail);
2)Please have a look at the following post which will explain how you can stop sending registration email to the member –
https://support.tipsandtricks-hq.com/forums/topic/new-member-email
February 1, 2011 at 5:38 pm #28578hoffybalboaMemberWorked like a charm! Thank you for the quick turnaround. I think many people would be interested in this post. Especially if they require email confirmation before someone can become a member.
January 27, 2012 at 1:13 am #28579jerrymeyerMemberHello…. I used the directions above to stop Affiliate emails being sent…
1) Please open the “wp_eMember1.php” file and search for the following line:
wp_aff_send_sign_up_email($user_name,$pwd,$aemail);
Once you find it you can comment it out like the following:
//wp_aff_send_sign_up_email($user_name,$pwd,$aemail);
Now the whole site is offline…
Parse error: syntax error, unexpected T_REQUIRE_ONCE in /home/jmeyer/public_html/themindsetcollection.com/wp-content/plugins/wp-eMember/wp_eMember1.php on line 1
Please advise, Thank you!
January 27, 2012 at 6:00 am #28580adminKeymasterThat means you made some other error in the process. Load a fresh build of the plugin then try again but be careful and only change that one line of code:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
-
AuthorPosts
- You must be logged in to reply to this topic.