Send member email before or at time of Deactivation

Permalink
I have been working on a Membership site lately and I would like to have my members notified when their membership is coming due. A week or a month or multiple times would be ideal.
At time of deactivation at minimum.

Is there a way to add that feature?

cursal
 
mkly replied on at Permalink Best Answer Reply
mkly
It depends on how you are doing the "membership terms".

You can create a Job that runs every morning for this to check all users membership expiration date(I'm guessing its an attribute) against the actual date. Then sends out an email it this is the case.

The documentation for Jobs is here
http://www.concrete5.org/documentation/developers/system/jobs/...

Jobs are pretty straighforward. You put all of your stuff in
public function run() {
}

With a couple of methods for the name and description.
Mnkras replied on at Permalink Reply
Mnkras
I would agree that a job is best
cursal replied on at Permalink Reply
cursal
That is a little beyond me right now and time is not my friend.

Either of you have time for some paying work to make this happen?
Mnkras replied on at Permalink Reply
Mnkras
how is it decided when a user's account will expire? user attribute?
cursal replied on at Permalink Reply
cursal
Job filled.

Will test results tomorrow.
PhilYoung replied on at Permalink Reply
PhilYoung
I need this functionality too. Did it work?
FatTony1952 replied on at Permalink Reply
FatTony1952
Any updates on this?