I just wanted to check if the module ignores users that are blocked. I don't want those users or spammers to get the email. Please confirm.

Comments

Niklas Fiekas’s picture

Title: Do blocked users get birthday email? » Option not to send blocked users a mail
Version: 6.x-1.0-rc1 » 7.x-1.x-dev
Component: Documentation » Code
Category: support » feature

I think blocked users will recieve a mail. I will add an option in the D7 version, because there should be an easy way to prevent this. Once #623476: Integrate with Rules module (e.g. option to send user addition email prior to birthday) is done there might be one more way to do that.

No new features into 6.x though, unless someone volunteers as a co-maintainer or writes a patch.

Niklas Fiekas’s picture

Component: Code » Code (Birthdays defaults)
Skispcs’s picture

Still sends emails to blocked users in 7.x beta1.
I really think that the default should be to NOT send emails to blocked users.

Seems like a simple check to see if the user is blocked and terminate.

Skispcs’s picture

Issue summary: View changes

I was looking through the code to see where this would best be implemented.
Any thoughts or suggestions?