FixSMTPAddress
FixSMTPAddress Function
Fix specified email adddress. Return empty if cannot be fixed.
Syntax
FixSMTPAddress (Scalar email)
Arguments
| Argument | Description |
|---|---|
scalar email address | Email 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.