Hey there,
Yes, if you are comfortable with code, you can edit each individual email template. You can read more about that here: http://www.paidmembershipspro.com/documentation/member-communications/customizing-email-templates/
Additionally, you can disable all PMPro emails with this code: http://www.paidmembershipspro.com/add-ons/code-gists/pmpro-disable-all-emails/
Hope that helps!
Thanks,
Jess
And how to disable only some of the PMPro emails?
I want to stop some of them, but not all of them.
Is there a way to change the timing of when emails are sent too?
Thanks.
Hello. Depending on which ones you would like to disable, you can hook into the specific PMPro mail function and set them to false. For example if you did the following:
add_filter('pmpro_send_expiration_email', '__return_false');
It would disable the expiration emails. Which emails were you thinking about stopping? Also, in regard to changing the timing, do you want to set the time as in 10 AM, or 5PM etc?
I was thinking about turning off the invoice email.
Regarding the timing – For example, the “expiration” emails I want to go out only once, the day before actual expiry… it wasn´t that I wanted them to go at a specific time.
Thanks.
Can you update on how to change the timing please? To change this message so it goes out once, the day before expiry.
Hey there,
You can edit the expiration warning timing with the gist here: https://github.com/strangerstudios/pmpro-extra-expiration-warning-emails/blob/master/pmpro-extra-expiration-warning-emails.php
If you need further help, please consider becoming a member at http://www.paidmembershipspro.com/pricing/ for our member support forums.
Thanks,
Jess
Marking this as resolved.