Scaffold the Core Functionality
Create a small Python package and implement one provider call that sends a fixed test message to an allowlisted address. Load the API key from the runtime environment, validate inputs, and keep secrets out of prompts and output.
In this scaffolded Python package, implement a send_test_email function using [provider]. Read only the named environment variables [names] at runtime without printing them. Restrict recipients to [allowlist], add idempotency, return provider message ID and acceptance state, and include a test with a mocked provider.




