If a site has both the user_relationship_mailer and user_relationship_defaults plugins enabled, creating the default relationship(s) will generate an email(s) to new users regarding the request of the default relationship(s). However, default relationships are already pre-approved, so users who follow through the links on the email won't have any valid action to perform.

Comments

prfctns6@gmail.com’s picture

One way to fix this is to alter the mailer plugin so that it doesn't send mail for requests that are already approved. This would solve not only the issue with the default relationships, but would also reduce email for users who pre-approve all their relationship requests. Jeff, what do you think of that solution?

sprsquish’s picture

That's how I'd solve it.

prfctns6@gmail.com’s picture

Status: Active » Fixed

Cool, thanks Jeff. I committed the fix.

gwen’s picture

Status: Fixed » Closed (fixed)