Skip to main content

FixSMTPAddress

FixSMTPAddress Function

Fix specified email adddress. Return empty if cannot be fixed.

Syntax

FixSMTPAddress (Scalar email)

Arguments

ArgumentDescription
scalar email addressEmail address to be fixed

Examples:

FixSMTPAddress([info@Data Process Logic.net.](mailto:info@Data Process Logic.net.))

Fixes the email address by removing the period at the end.

FixSMTPAddress("Info [info@Data Process Logic.net]")

Returns only the email address between the brackets.