Nokia 5230 - invalid email address with underscore

if i create a new email account on the 5230 and enter my mail address which looks similiar like this one
the mail wizard says that it is invalid.
what's wrong here?
I updated the phone two days ago.
Hi,
Please do not post any personal information such as email addresses or IMEIs in the public forums. You can send a PM to a user that asks for it.
Regards,
Nixy_Fedorov
Moderator

I meant to say, be careful with special characters.
‡Thank you for hitting the Blue/Green Star button‡
N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

Similar Messages

  • Trapping invalid email address with batch use of SO_NEW_DOCUMENT_SEND_API1

    Hi there,
    Am using SO_NEW_DOCUMENT_SEND_API1 in batch to issue emails containing multiple  blind copied recipients. I load recipient email addresses into RECLIST (see below line)
    "DATA: RECLIST       LIKE SOMLRECI1  OCCURS 0 WITH HEADER LINE.
    I have two problems. My first problem is if any one email address in a batch of 10 recipients is formated incorrectly, none of 10 recipients receive emails. My second problem is "incorrect" email addresses. While these do not prevent the remaining 9 emails being  delivered I would also like to capture these. How might I capture these 2 conditions at or immediately after function module execution for batch reporting ?
    Thank you for your time and help, Harold

    Hi All,
             I have not used that parameter ( Contents_bin ).Its in disable mode only.see my code below and please tell me how to avoid it.
    DESCRIBE TABLE i_body LINES g_att_lines.
    READ TABLE i_body INTO lw_body INDEX g_att_lines.
    gd_doc_data-doc_size = ( g_att_lines - 1 ) * 255 + STRLEN( lw_body ).
    lw_packing_list-transf_bin = space.
    lw_packing_list-head_start = 1.
    lw_packing_list-head_num   = 0.
    lw_packing_list-body_start = 1.
    lw_packing_list-body_num   = g_att_lines.
    lw_packing_list-doc_type   = 'RAW'.
    lw_packing_list-doc_size   = 255 *  g_att_lines.
    APPEND lw_packing_list TO i_packing_list .
    CLEAR lw_packing_list.
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
      EXPORTING
        document_data                    = gd_doc_data
        put_in_outbox                    = 'X'
        commit_work                      = 'X'
    IMPORTING
      SENT_TO_ALL                      =
      NEW_OBJECT_ID                    =
      TABLES
        packing_list                     = i_packing_list
        object_header                    = i_context
        contents_txt                     = i_body
        receivers                        = i_receivers
    EXCEPTIONS
       too_many_receivers               = 1
       document_not_sent                = 2
       document_type_not_exist          = 3
       operation_no_authorization       = 4
       parameter_error                  = 5
       x_error                          = 6
       enqueue_error                    = 7
       OTHERS                           = 8          .
    Regards,
    Rakesh.

  • I changed my Apple ID that using an invalid email address to a new one and I am trying to update iCloud account on iPhone5 with iOS 7.1.2, and I am not able to delete iCloud account without the old password.

    I changed my Apple ID that using an invalid email address and I am trying to update iCloud account with my new Apple ID on iPhone 5 with iOS 7.1.2. I am not able to delete iCloud account without the old password. Is there a way to update the Apple ID of my iCloud account?

    Many people are having probalems with this right now.  The only solution I've seen that seems to consistently work is the one posted by Brackers28 here: https://discussions.apple.com/message/23020591#23020591.  This only works if you still have access to your old email account.  If you don't, you'll have to have Apple help you reset the password for your old account so you can turn off Find My iPhone and sign into your account with your correct ID.

  • How to delete an apple-id that was created with an invalid email address?

    After upgrading to IOS.5.0, my apple-id for the IPod was incorrectly change to an invalid email address.
    I have verified my apple id on itunes on my desk top. How ever, the apple id on the IPad  is still an invalid address which I can't validate or change.
    Any ideas will be appreciated.
    Thanks
    Mitch

    If everything works in iTunes on the computer see if this works. Sign out of the invalid account/email address and the sign in with the correct one on the iPad. Settings>Store>Apple ID - sign out.
    Restart the iPad before you try signing in with the correct ID.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

  • What are valid and invalid email address characters

    What are valid and invalid email address characters in Exchange 2010, for example can you have Conan.O'[email protected] is there a document that shows the valid and invalid sysmbols?

    Hi
        The format of email addresses is
    local-part@domain where the local-part may be up to 64 characters long and the
    domain name may have a
    maximum of 253 characters - but the maximum 256 characters length of a forward or reverse path restricts the entire email address to be no more than 254 characters.<sup id="cite_ref-0">[1]</sup>
    The formal definitions are in RFC 5322 (sections 3.2.3
    and 3.4.1) and RFC 5321 - with a more readable form given in
    the informational RFC 3696<sup id="cite_ref-1">[2]</sup>
    and the associated errata.
    Local part
    The local-part of the email address may use any of these
    ASCII characters
    RFC 5322 Section
    3.2.3:
    Uppercase and lowercase English letters (a–z, A–Z) (ASCII: 65-90, 97-122)
    Digits
    0 to
    9 (ASCII: 48-57)
    Characters
    !#$%&'*+-/=?^_`{|}~ (ASCII: 33, 35-39, 42, 43, 45, 47, 61, 63, 94-96, 123-126)
    Character
    . (dot, period, full stop) (ASCII: 46) provided that it is not the first or last character, and
    provided also that it does not appear two or more times consecutively (e.g. [email protected] is not allowed.).
    Special characters are allowed with restrictions. They are:
    o   
    Space and
    "(),:;<>@[\] (ASCII: 32, 34, 40, 41, 44, 58, 59, 60, 62, 64, 91-93)
    The restrictions for special characters are that they must only be used when contained between quotation marks, and that 3 of them (The
    space, backslash \ and
    quotation mark " (ASCII: 32, 92, 34)) must also be preceded by a backslash
    \ (e.g.
    A quoted string may exist as a dot separated entity within the local-part, or it may exist when the outermost quotes are the outermost characters of the local-part
    (e.g. abc."defghi"[email protected] or
    "abcdefghixyz"@example.com are allowed. Conversely,
    abc"defghi"[email protected] is not; neither is
    abc\"def\"[email protected]). Quoted strings and characters however, are not commonly used.
    RFC 5321 also
    warns that "a host that expects to receive mail SHOULD avoid defining mailboxes where the Local-part requires (or uses) the Quoted-string form".
    The local-part "postmaster" is treated specially - it is case-insensitive, and should be forwarded to the server's administrator. Technically all other local-parts
    are case sensitive, therefore [email protected] and [email protected] specify different mailboxes. However most organizations treat uppercase and lowercase letters as equivalent, and also do not allow use of the technically valid characters
    (space, ? and ^). Organizations are free to restrict the forms of their own email addresses as desired, e.g.,
    Windows Live Hotmail,
    for example, only allows creation of email addresses using alphanumerics, dot (.), underscore (_)
    and hyphen (-).<sup id="cite_ref-2">[3]</sup>
    Systems that send mail must be capable of handling outgoing mail for all valid addresses. Contrary to the relevant standards, some defective systems treat certain
    legitimate addresses as invalid and fail to handle mail to these addresses. Hotmail, for example, refuses to send mail to any address containing any of the following standards-permissible characters:
    !#$%*/?^`{|}~
    Domain part
    The domain name part of an email address has to conform to strict guidelines: it must match the requirements for a
    hostname,
    consisting of letters, digits, hyphens and dots. In addition, the domain part may be an
    IP address
    literal, surrounded by square braces, such as jsmith@[192.168.2.1], although this is rarely seen except
    in email spam.
    Examples
    Valid email addresses
    <tt>[email protected]</tt>
    <tt>[email protected]</tt>
    <tt>[email protected]</tt>
    <tt>much."more\ unusual"@example.com</tt>
    <tt>very.unusual."@"[email protected]</tt>
    <tt>very."(),:;<>[]".VERY."very@\\\ \"very"[email protected]</tt>
    Invalid email addresses
    <tt>Abc.example.com</tt> (an @ character must separate the local and domain parts)
    <tt>[email protected]</tt> (character dot(.) is last in local part)
    <tt>[email protected]</tt> (character dot(.) is double)
    <tt>A@b@[email protected]</tt> (only one @ is allowed outside quotation marks)
    <tt>a"b(c)d,e:f;g<h>i[j\k][email protected]</tt> (none of the special characters in this local part
    is allowed outside quotation marks)
    <tt>just"not"[email protected]</tt> (quoted strings must be dot separated, or the only element making
    up the local-part)
    <tt>this is"not\[email protected]</tt> (spaces, quotes, and backslashes may only exist when within
    quoted strings and preceded by a slash)
    <tt>this\ still\"not\\[email protected]</tt> (even if escaped (preceded by a backslash), spaces, quotes,
    and backslashes must still be contained by quotes)
    Terence Yu
    TechNet Community Support

  • Highlight an invalid email address in a custom workflow activity in SharePoint Designer 2010

    Hi,
    I have created a custom workflow activity to send an email with the 'From' address being taken as input from the SharePoint Designer when this activity is used in a designer workflow. My requirement is to highlight an invalid email address(from address)
    on click of 'Check for Errors' button in SharePoint Designer like it is done for mandatory inputs by default where it highlights such inputs if left blank. Is it possible?
    Thanks in advance.

    Good work, catch so far Michael, does seem to be a "feature" of iCloud syncing, not sure what you could do to disable it.

  • Invalid email address or password

    Hi,
    New to blackberry and have been setting my 9300 up today. I have my own dedicated server and a number of domains. I have three main domains and associated email addresses.
    I have setup 2 email addresses and they work fine but the third keeps giving me "invalid email address or password" when I try to set it up, the login credentials are correct and I can access the email from desktop and webmail, just not the blackberry.. I own the domains and the server they run on.
    The ones that work are:
    [email protected] 
    [email protected]
    the one that doesn't work is:
    [email protected]
    Not sure if the hyphen in the domain name or the .org.uk is causing the issue as they are all on the same server and the .co.uk and the .net work without issue?
    Thanks
    Michael

    Typing www.blackberry.com/integrate in your phone's browser has been known to resolve this issue. 
    Give it a try and report back with your results.  
    - If my response has helped you, please click "Options" beside my post and mark it as solved. Clicking the "thumbs up" icon near the bottom of my response would also be appreciated.

  • Trying to set up a group email "RAM" that will contain multiple email addresses.  Receive error messages "check SMTP settings" or "Invalid email address" when I try to send a message to the group.

    I am trying to set up the group email "RAM" that will contain multiple email addresses.  I have inputted the name "RAM" as a corporation.  In the section labeled "Email" I have inputed multiple email addreses so that when I want to send an email to the group "RAM" I just have to input the name "RAM" in the section labeled "To" , input the Subject in the Subject box & the email will be sent to the multiple addresses, yet when I do I receive either one of two error messages being "Invalid Email Address" or "Check SMTP settings" each of which allows me the option of with cancelling the email or send it anyway.

    Bump. I'd like to know, too. I even have some synched Groups from my Apple Address Book I email to using Apple Mail on the Powerbook, but I can't see how to do a group mailing on the Touch either.
    In normal Mail, I just start typing the name of the group, and it autocompletes, I hit return, and it fills in all addresses in the Group.

  • My printer gave me my email adddress, but when i try to sign in it says invalid email address

    invalid email address when i try to sign in

    Are you trying to use the email address on the print out? That is your ePrint printer code. When you go to http://www.eprintcenter.com you will want to create an account and after you create your account, it will ask for the printer code to customize your ePrint email address.
    If you are trying to create an account and it is saying invalid email or email already in use, it means that you have a snapfish account. In that situation, you will want to go to http://www.snapfish.com/ and click the login button in the top right hand corner of the page. When it prompts you to enter your email address and password, click the "Forgot your password?" link and enter your email address. They will send you a email with a temporary password and a link to change the password. After you change the password, go back to http://www.eprintcenter.com/ and log in with your email address and the password you just created.
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • My apple id for icloud is linked to an invalid email address and i do not have the password for the account.  I need to delete the account to access my icloud on my iphone.  any ideas?

    my apple id for icloud is linked to an invalid email address and i do not have the password for the account.  I need to delete the account to access my icloud on my iphone.  any ideas on how to override this issue?

    If you updated the old ID at one point to create your current iCloud ID, temporarily recreate the old ID by going to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iDevice, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • Why dont i get notification of invalid email addresses returned to me?

    When sending as many as100 emails out, some will have an invalid address (bad spelling, .com instead of .net, etc.).
    I used to get a returned message containing "MAILER_DAEMON" showing the invalid email address. In one case I sent an email to myself and added two emails with invalid address. I only received my email. I do use message filters routing to many folders, and in checking all folders I didn't find any of the invalid emails or the MAILER-DEAMON message.

    Typically the error is generated by the recipients SMTP server or a SMTP server in between, but not Thunderbird.

  • Blackberry ID Associated to Invalid Email Address

    Hello,
    I've made a awful mistake of adding a blackberryID to my phone with an invalid email address.
    I can't change it as I can't remember what password I set.
    I can't recover the password, as it's an invalid email address.
    Is there anything I ca do to get this sorted (I have since created a blackberry ID to the correct email address).
    Thanks
    Rob Cross

    Hi and Welcome to the Community!
    Given your situation, only human intervention can help you now. The automated processes simply cannot deal with such a situation. To receive that, you must ring up your mobile service provider and convince them to escalate your case up to BlackBerry. Further, you must convince BlackBerry to provide you with a solution -- which likely will either be resetting your current BB ID so that you can again access it or having you create a new BBID and they will manually move your purchase records over. Note that I have no idea if they will be willing to do this, but there is no other way that I know of to retain your prior AppWorld purchase records.
    But, first please decide if such is even necessary. If, for example, you did nothing with that other BB ID (e.g., no AppWorld purchases, no BBM contacts, etc.), then you can simply abandon it and use the new one you have created.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • ICloud invalid email address

    I have the new iPhone 6 that has a invalid email address in iCloud. I can't delete the account no matter what I do.  I have a proper Apple ID account, but its not in the iCloud. Do I have to take it back to the store and have them wipe it out?

    If you still have access to your old email address, do the following:
    Go to https//appleid.apple.com, click Manage my Apple ID and sign in with your iCloud ID.  Tap edit next to the pimary email account, tap Edit, change it back to your old email account and verify it.  Then edit the name of the account to change it back to your old email address.  You should then be able to turn off Find My iPhone with your password. Then go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back and change your primary email address and iCloud ID back to the way it was.  You will then be able to go to Settings>iCloud and sign in with your current ID and password to reconnect to your iCloud account.
    If you don't have access to your old email address, you will have to contact Apple to get them to reset the password for it so you can disable Find My iPhone and sign into your iCloud account.  You will have to prove your identity to them in order to do so.  You can either contact iTunes support for assistance with this (https://ssl.apple.com/emea/support/itunes/contact.html), or contact Apple Support (http://www.apple.com/support/icloud/contact/).

  • Hi,  I have just set up my domain email address with google and Im trying to set up mail on my mac.  Its receiving mail but its not letting me send emails from that address.  I have tried quite a few solution but cant figure it out.  Can anyone help

    Hi,  I have just set up my domain email address with google and Im trying to set up mail on my mac.  Its receiving mail but its not letting me send emails from that address.  I have tried quite a few solution but cant figure it out.  Can anyone help

    Hi Lawrence1981,
    Thanks for visiting Apple Support Communities.
    You may want to check this article for additional troubleshooting steps:
    OS X Mail: Troubleshooting sending and receiving email messages
    http://support.apple.com/kb/ts3276
    Cheers,
    Jeremy

  • I have forgotten my password for icloud, have an invalid email address and do not know my security answers. How can I transfer all my data from my old iphone to the new one?

    I have forgotten my password for icloud, have an invalid email address and do not know my security answers. How can I transfer all my data from my old iphone to the new one?

    In this case you won't be able to do that?

Maybe you are looking for