Hi Andrew,
Thank you for getting in touch.
Please have a look at our documentation – https://www.paidmembershipspro.com/documentation/member-communications/customizing-email-templates/
I hope this helps. 🙂
Thanks as always Andrew. I already have that plugin, looking through the documentation, I can see how to add to and from but you can do that through the interface you dont need to go in to the script to do that. I need to know how to cc me in. How do I do that?
Cheers bud
Andrew
Hi Andrew,
I found a gist from Jason, lead developer of PMPro that add’s a BCC to all outgoing emails PMPro sends. Here is the gist file – https://gist.github.com/strangerstudios/4206776
You are able to adjust this to your liking in terms of changing this to ‘CC’ and inputing any email address you would like.
I hope this helps.
Thanks Andrew
Uploading the zip didnt work and I dont have coding experience but i noticed someone in the chat had asked the same question and Jason advised creating a custom plugin. He gives some direction but then I got stumped at this point:
“Add the code for the recipe you are doing at the bottom of pmpro-customizations.php (after the last */).”
What is my recipe ? Is that the embed code ?
Or is there a simpler way to do this?
Thanks
Andrew
You’re welcome – your code recipe will be the function in the example I sent through.
Simply paste this into your PMPro Customizations plugin, here is a quick example of what the contents should look like –
<?php
/*
Plugin Name: PMPro Customizations
Plugin URI: https://www.paidmembershipspro.com/wp/pmpro-customizations/
Description: Customizations for Paid Memberships Pro
Version: .1
Author: Stranger Studios
Author URI: http://www.strangerstudios.com
*/
//Copy your function below this line.
I hope this helps.