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
From what I can tell, it is not possible to use recipient_filter to disallow certain recipients based on the sender's data. For example, if the sender's email address is john@example.com and I only want the sender to be able to send messages to other users who also have an @example.com email address, there doesn't appear to be a way to do this. I think this would be a useful addition to this great Django package.
The text was updated successfully, but these errors were encountered:
From what I can tell, it is not possible to use
recipient_filter
to disallow certain recipients based on the sender's data. For example, if the sender's email address is john@example.com and I only want the sender to be able to send messages to other users who also have an @example.com email address, there doesn't appear to be a way to do this. I think this would be a useful addition to this great Django package.The text was updated successfully, but these errors were encountered: