Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mike Chambers 636 posts 1253 karma points c-trib
    Nov 08, 2010 @ 14:59
    Mike Chambers
    0

    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+)*

  • Mike Chambers 636 posts 1253 karma points c-trib
    Nov 08, 2010 @ 15:42
    Mike Chambers
    0

    put in the wrong forum could an admin please remove

  • 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.

Please Sign in or register to post replies