pub fn is_configured() -> boolExpand description
Check if email is configured (env vars are set and feature is enabled).
Returns true only if both:
- The required environment variables for the provider are set
- The corresponding feature flag is enabled
Supports auto-detection: if EMAIL_PROVIDER is not set, checks for
available API keys and enabled features.
Logs a warning if the provider is specified but the feature flag is not enabled.