MassMailer template v2 was updated. This is a free upgrade for existing MassMailer template v2 owners. More info.
MassMailer template can be used for more than just sending bulk emails. Lets consider the case where you manage a table with usernames and passwords for your internal company application. For increased security users should change passwords every 60 days. As an administrator you need to perform two standard tasks:
- Set reminders to users when their password is about to expire
- Mark their account as inactive when password expires
We’ll show how this can be done with the help of MassMailer template. In this example we’ll be using MySQL and here is how our table with logins and passwords looks. Only users where ‘active’ field equals 1 are able to logon.
Continue Reading "MassMailer template use case"