Email address with a +(plus) symbol

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sreedevipd
    New Member
    • Oct 2007
    • 12

    Email address with a +(plus) symbol

    Hi all,

    I need to include a + (plus) symbol in my email address.

    eg:name+anythin g@domain.com

    Plus symbol is legal in email address,but many website claims it is invalid.

    Could u plz help me out in this.I am using C#Asp.net


    Thanks in advance,

    Regards,

    Sreedevi
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    I would guess that it gets marked as "illegal" because it gets encoded/decoded improperly (The way the & becomes & and stuff). Not sure what you can do about it though.

    Comment

    • sreedevipd
      New Member
      • Oct 2007
      • 12

      #3
      Originally posted by Plater
      I would guess that it gets marked as "illegal" because it gets encoded/decoded improperly (The way the & becomes & and stuff). Not sure what you can do about it though.
      Hi Plater,

      i tried in that way also..but its not working..

      Thank you for your response

      Regards,
      Sridevi

      Comment

      • mathewgk80
        New Member
        • Sep 2007
        • 103

        #4
        Originally posted by sreedevipd
        Hi Plater,

        i tried in that way also..but its not working..

        Thank you for your response

        Regards,
        Sridevi
        Hi,
        Do you want to exclude it in your validation control or not?

        Regards,
        Mathew.

        Comment

        Working...