I like to send ONE mail (with the mailer) after 1 month with the content like "Your last log in is 1 month ago, come back and visit our great site." I like to send this mail every time when a user is offline for 1 month.
This are my settings:
Automatically send message at following date = 1 month after
Relative to this date of the plans below = Member last online date
There will be a cronjob with a daily trigger.
Will users get this message daily after 1 month (because he not logged in after the mail)? I want to avoid this.
Optimizing with
But do not send message if it's later than = 2 month after
makes no sense. There are still 30 days and 30 mails till reaching the late date.
Optimizing with
maximum message per user = 1
makes no sense. I like to send this message every time after 1 month not logged in, not only after the first month. So if I unterstand this setting correct the user will never get this mail again, even if he reached this offline limit multiple times.
What can I do to set a mailer with "every time when reached "on month after online date"".
Thank you!
Michael