Statistics: Posted by foliovision — January 11th, 2012, 3:18 pm
Statistics: Posted by PseudoNyhm — January 11th, 2012, 11:59 am
Statistics: Posted by foliovision — January 11th, 2012, 10:47 am
Statistics: Posted by camillemm — January 11th, 2012, 3:23 am
Statistics: Posted by foliovision — January 11th, 2012, 1:09 am
Statistics: Posted by Jason Caldwell — January 9th, 2012, 5:09 am
Statistics: Posted by Jason Caldwell — January 9th, 2012, 5:05 am
Statistics: Posted by foliovision — January 6th, 2012, 10:45 am
Statistics: Posted by cassel — January 2nd, 2012, 8:48 am
Statistics: Posted by foliovision — January 2nd, 2012, 7:53 am
Statistics: Posted by sijo55 — January 2nd, 2012, 3:23 am
Statistics: Posted by sonora — December 12th, 2011, 12:10 pm
Statistics: Posted by foliovision — December 12th, 2011, 10:53 am
This is currently top on our TODO list, please see: viewtopic.php?f=4&t=15597#p48792Lunarhorse wrote:
Would it be possible to include this into the next update?
Statistics: Posted by Jason Caldwell — October 25th, 2011, 6:05 pm
Statistics: Posted by Jason Caldwell — October 25th, 2011, 3:53 pm
Statistics: Posted by karlwithak23 — October 25th, 2011, 2:59 pm
$mailto = S2MEMBER_CURRENT_USER_EMAIL;
$subject = 'Your subscription runs out soon';
$message1 = 'Hi ' . S2MEMBER_CURRENT_USER_FIRST_NAME . "\r\n" . 'Your subscription to My Site runs out tomorrow.'. "\r\n" . 'You need to update your subscription if you still want to read all the news.'. "\r\n\r\n" . 'Regards'. "\r\n" . 'My Site';
$message4 = 'Hi ' . S2MEMBER_CURRENT_USER_FIRST_NAME . "\r\n" . 'Your subscription to My Site runs out in 4 days.'. "\r\n" . 'You need to update your subscription if you still want to read all the news.'. "\r\n\r\n" . 'Regards'. "\r\n" . 'My Site';
if ($days = get_user_option('s2member_auto_eot_time')){
$days = ceil(($days - time()) / 86400);
if ($days == 1)
wp_mail($mailto, $subject, $message1);
elseif ($days == 4)
wp_mail($mailto, $subject, $message4);
}
Statistics: Posted by sijo55 — October 23rd, 2011, 6:29 am
Statistics: Posted by Cristián Lávaque — October 7th, 2011, 3:30 am
Statistics: Posted by colewebdev — August 28th, 2011, 6:52 am