You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a member leaves they get a member check email
If they join again and stop for a second time they do not get a new membercheck email
There is a flag or similar in the code to make sure this email is only sent once, but this should be reset if membership starts back up again
Does this affect any other emails sent too?
The text was updated successfully, but these errors were encountered:
It appears that when the function send_reminder_email (lib/AccessSystem/API/Controller/Root.pm line 980) is checks all previous emails sent to the member to see if one is called 'reminder_email' if its there then it will never send an other one.
Is it possible that when we sent the rejoin_payment (lib/AccessSystem/Schema/Result/Person.pm line 540 that we remove the email name from emails set.
Or a better way might be to check if a rejoin_email has been sent more recently than the reminder_email - if so then its ok to send another reminder email as this is the second time (or more) that they have stopped their membership
If a member leaves they get a member check email
If they join again and stop for a second time they do not get a new membercheck email
There is a flag or similar in the code to make sure this email is only sent once, but this should be reset if membership starts back up again
Does this affect any other emails sent too?
The text was updated successfully, but these errors were encountered: