email_safeEmail
Normalizes or protects email output.
Target
Signature
1email_safeEmail()Normalizes or protects email output.
email_safeEmail is a global callable that can be used wherever an expression is valid. email_safeEmail performs network or protocol work. Make timeouts, encodings, and authentication settings visible in calling code so failures are easier to diagnose.
Examples
Basic call
1email_safeEmail('ada@example.com')The example shows the normal call shape. Adapt variable names, validation, and surrounding error handling to the context.