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?
At time of deactivation at minimum.
Is there a way to add that feature?
I would agree that a job is best
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?
Either of you have time for some paying work to make this happen?
how is it decided when a user's account will expire? user attribute?
Job filled.
Will test results tomorrow.
Will test results tomorrow.
I need this functionality too. Did it work?
Any updates on this?
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
With a couple of methods for the name and description.