Skip to content

Implement email whitelisting for async mode#85

Open
SFis wants to merge 2 commits intoJSchmie:developfrom
SFis:main
Open

Implement email whitelisting for async mode#85
SFis wants to merge 2 commits intoJSchmie:developfrom
SFis:main

Conversation

@SFis
Copy link

@SFis SFis commented Oct 23, 2025

In our use case, we need to restrict the sending of emails to trusted domains, only. Therefor I implemented a simple whitelist feature in mail.py.

As a user, choosing a non-whitelisted email address raise a ValueError.

SFis added 2 commits October 23, 2025 13:15
implemented email whitelist. 
Params: 
- use_receiver_whitelist: bool
- receiver_whitelist: string
Add feature email whitelist
Params:
- use_receiver_whitelist: bool
- receiver_whitelist: string
@JSchmie JSchmie changed the base branch from main to develop October 27, 2025 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant