* only send the one invitation reminder per email address, regardless of how many invitations there are
* don't send invitations converted invitations * better error checking * more logging
This commit is contained in:
@@ -141,6 +141,9 @@ class UserConfirmRegReminderHandler extends UserReminderHandler {
|
||||
return true;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
common_log(LOG_INFO, "No need to send registration reminder to {$confirm->address}.", __FILE__);
|
||||
break;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user