Page 1 of 1
custom email for membership update or upgrade
Posted:
June 6th, 2010, 9:52 pm
by jester
Hi,
I know you can configure a custom email for new members but how do you customise the email that gets sent to free users that upgrade using s2memeber.
the lead line reads.
Thank You! Your membership has been updated to:
###member level here
how can i edit this email??
Re: custom email for membership update or upgrade
Posted:
June 7th, 2010, 6:36 am
by jester
i found the answer.
to modify the membership upgrade email look in,
s2member/includes/paypal-notify.inc.php
line:211
@mail ($paypal["payer_email"], "Thank You! Your membership has been updated.", "Thank You! Your membership has been updated to:\n" . $paypal["item_name"] . "\n\nYou\\'ll need to log back in now.\n" . wp_login_url (), "From: \"" . preg_replace ('/"/', "'", $GLOBALS["WS_PLUGIN__"]["s2member"]["o"]["reg_email_from_name"]) . "\" <" . $GLOBALS["WS_PLUGIN__"]["s2member"]["o"]["reg_email_from_email"] . ">\r\nContent-Type: text/plain; charset=utf-8");
im sure someone will wonder this in future
Re: custom email for membership update or upgrade
Posted:
June 23rd, 2010, 3:52 pm
by Jason Caldwell
Hi Jester. Thanks for the report back.
Yes, we will eventually build in a configurable option for this.
Re: custom email for membership update or upgrade
Posted:
August 27th, 2010, 4:13 pm
by tridian
Hi Jason, just curious if this has been integrated yet? I do not see it so just making sure before I modify the code mentioned above.
Re: custom email for membership update or upgrade
Posted:
August 30th, 2010, 8:20 am
by Jason Caldwell
Thanks for the reminder.
Nope. Not yet. I'm pushing this up on our @TODO list though.
~ Thanks for your patience.