Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
the default regexp for email validaton on the send email template is a little too restrictive.
^\w+@[a-zA-Z_]+?\.[a-zA-Z]{2,3}$
only allows for a single 2 or 3 letter
so will fail for [email protected] :-(
MS email validation is \w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*
put in the wrong forum could an admin please remove
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
standard send email - email regex validation doens't allow .co.uk domains.
the default regexp for email validaton on the send email template is a little too restrictive.
^\w+@[a-zA-Z_]+?\.[a-zA-Z]{2,3}$
only allows for a single 2 or 3 letter
so will fail for [email protected] :-(
MS email validation is \w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*
put in the wrong forum could an admin please remove
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.