How to know given email id is exists or not

HI,
I am sending email from my application after registration. if the user register with an email which is not existing, i need to find out. but how to know whether the given email id is exists or not.
when i am trying to send email to not existing emails id, it is not throwing any exception also.
can you please help me in resolving this
thanks in advance

Sampi-n wrote:
my requirement is like this.
when the user registers with his email id, it will mails him the password and first time it will automatically login(default login) to the application with out asking for username and password.
here i am sending mail to the given mail id. here i am not able to find the email was delivered or not. if i get to know that ican display registratin fails on the page with put default loginIt's best do it the way pbrockway2 suggested:
Or you could send some mail to the id containing a link which, when followed, completes the registration process. If the recipient doesn't mail back, have the registration fail. So you ask the user to enter his/her email id. Send an email with the verification link and/or key. Tell the user to check their email and either click the link or enter the registration key in some form. Once that is done, you mark their email address as verified and email them their username/password (personally, I dislike it when sites mail me my password. It's an insecure medium and there is no need for me to see my password when I've just registered, I just would like an option to reset it, that's all). Don't send a mail with the username/password before you've verified the account. What if the user misspelled the email id? The username/password could end up with someone else. And since most people use the same username and password everywhere, you'd be exposing their details to a stranger.

Similar Messages

  • Please help me , how to know if my ipod is unloked or not to , I live in Brazil and I can't sync  it with  itunes, please help me , how to know if my ipod is unloked or not to , I live in Brazil and I can't sync  it with  itunes

    please, help me , how to know if my ipod is unloked or not , I live in Brazil and I can't sync my ipod with  the itunes thanks.

    What do you mean, "is it unlocked"? If your iPod has a screen lock set, it will be obvious from the iPod's screen. For issues with the iPod not appearing in iTunes, start which these troubleshooting steps:
    http://support.apple.com/kb/TS1538
    Regards.

  • How to know the PO  Created with RFQ or Not..??

    Hi MM Gurus,
    How to know the purchase order created with one quotation or not. because when i am trying to create PO with /ME21N through DOcumen Overview on. there is list of Quotation. i created PO with XYZ quotation. and after creation of PO i am trying to create another PO with another quotation but in that list still XYZ quotation is Displying. so how to knows once PO cretd with Quotation or not. . and I dont wanted to disply quotation once created Po.
    Thanks in Advance.
    N.A.Reddy

    Hi Pradeep. Thanks for the mail.
    the problem is ....with *quotation...*
    How to know the purchase order created with one quotation or not.
    because when i am trying to create PO with /ME21N through DOcumen Overview on. there is list of Quotation.
    I created PO with XYZ quotation. and after creation of PO i am trying to create another PO with another quotation but in that list still XYZ quotation is Displying.
    so how to knows once PO cretd with Quotation or not. .
    and I dont wanted to disply quotation once created Po.
    Thanks in Advance.
    N.A.Reddy

  • How to know whether the javascript is disabled or not while loading the jsp

    Hi,
    My query is like how to know whether the javascript is disabled or not while loading the Application main JSP in Mozilla browser.
    I want some Java code or JavaScript code.

    To the point, just let JS fire a specific HTTP request inside the same session.
    This can be done in several ways. 1) Create a hidden <img> element and set the `src` attribute so that it will request a (fake) image from the server. The server just have to intercept on this specific request. 2) Fire an ajaxical request and let the server intercept on it. You can use a Filter for this which sets a token in the session scope to inform that the client has JS enabled.

  • How to know whether the phone is replaced or not?

    Dear All,
    Please help in how to know whether Iphone 5 is replaced or not? I came to know that on replacement, imei number gets changed. please make me aware.

    Nobody here can make you aware.  You need to contact Apple directly.

  • How to know whether my phone is unlocked or not

    how to know whether my iphone is unlocked or not.

    You don't know if you bought an unlocked iphone or not?
    What did you ask for?
    What does your reciept say?

  • I have a mac 10.5 and need help figuring out how to change my email settings so it does not automatically delete my inbox every 30 days.  How to I adjust the mail settings?

    I have a mac 10.5 and need help figuring out how to change my email settings so it does not automatically delete my inbox every 30 days.  How to I adjust the mail settings?

    I think it must be an IMAP account then, & in Mail>Preferences>Accounts>Advanced>Keep copies for Offline viewing:>Don't keep copies, then on the Server, or maybe it's just this one itself, but on the Server you have a setting to remove eMails after 30 days.
    If it's a POP account we'd have to investigate that... but you didn't say so I'm guessing here.

  • I recently received 2 emails from Apple informing me that my Id has been used to purchase games to download to computers not associated with my ID.  If I didn't initiate the download, I was advised to change my password.  How do  know the email is le

    I recently received 2 emails form Apple checking if I had purchased 2 games from the App store that were downloaded to computers not associated with my ID. They then advised me to change my password if I had not made those purchase.  How do I know that emails are legit?  I am afraid that they are scams to get my information by going on  to supply information.  I had checked my credit card just now and no transactions have been posted yet. Thanks!

    You can always manually go to http://appleid.apple.com and change your password there, to avoid any links from the emails.
    That's the only place you should use to change your Apple Id password.
    With that said, do you know if anybody may have used your Apple Id to download things? Like kids to a new computer or tablet?

  • How to know username and password from existing PPPOE broadband connection?

    Hi All,
    I am using windows server 2008 R2, and now I've used PPPOE broadband connection to connect the internet. what I am asking is how to know the username and password from my PPPOE setting, I have the requirement to create same setting in the difference machine.
    thanks.

    You can get this info from your ISP. This one may help.
    Create a Broadband connection using PPPoE in Windows Vista and Windows Server 2008
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • How do I determine if a file exists or not on my PC?

    I thought this would be an easy one and maybe I am just making it harder than what it has to be. I simply want to search in a given directory to see if a file exists on not on my hard drive. Are there any ideas as to how to do this without causing an error if the file does not exist?

    Hi:
    In those situations what I've done till now is opening  the file
    and  close it inmediatly, if I find out and error while opening it
    I guess it doesn't exist. I know this is not the best way since there
    may be other reasons for the Open File Function to fail, but it has
    worked for me. Does somebody know a better way to do it?
    Regards
    Robst - CLD
    Using LabVIEW since version 7.0

  • How to know a recievable invoice is posted or not.

    Hi,
    I am using following query to know whether a invoice is posted or not.
    SELECT 1
    FROM ra_cust_trx_line_gl_dist_all RCTG
    WHERE RCTG.posting_control_id=-3
    AND RCTG.customer_trx_id=RCT.customer_trx_id
    But this is returning '1' even when the GL batch status is 'unposted'.
    Apps version: 11.5.10
    Using 'General Ledger Transfer Program' concurrent program to to post the invoice to GL.
    Is this the correct query, please suggest.
    Thanks & Regards,
    Syed.

    Thanks for the quick reply octavio,
    That was part of Query i provided in the previous post. Here is the complete query.
    Requirement:
    Fetching all open invoices which are posted, not applied. But this is still fetching the invoice which are not posted. Please suggest.
    SELECT RCT.customer_trx_id,
    RCT.org_id,
    TO_CHAR(RCT.last_update_date,'RRRR-MM-DD HH24:MI:SS') LastUpdateDate
    FROM ra_customer_trx_all RCT,
    ra_cust_trx_types_all RCTTA
    WHERE RCT.complete_flag='Y'
    AND RCT.status_trx='OP'
    AND NOT EXISTS (SELECT 1
    FROM ar_receivable_applications_all ARP
    WHERE ARP.applied_customer_trx_id = RCT.customer_trx_id
    AND ARP.application_type='CASH'
    AND ARP.display='Y'
    HAVING SUM(ARP.amount_applied) > 0
    AND NOT EXISTS (SELECT 1
    FROM ra_cust_trx_line_gl_dist_all RCTG
    WHERE RCTG.posting_control_id=-3
    AND RCTG.customer_trx_id=RCT.customer_trx_id)
    AND NOT EXISTS (SELECT 1
    FROM ar_receivable_applications_all ARP
    WHERE ARP.applied_customer_trx_id = RCT.customer_trx_id
    AND ARP.application_type='CM'
    AND ARP.display='Y'
    HAVING SUM(ARP.amount_applied) > 0)
    AND RCTTA.cust_trx_type_id = RCT.cust_trx_type_id
    AND RCTTA.org_id = RCT.org_id
    AND RCTAA.type IN ('INV','CM')
    Thanks&Regards,
    Syed.

  • I can't remember my security questions and when I have them sent to my email it's the wrong email address. I can't figure out how to change that email address. It's not the same as the one I have on my account.

    I'm trying to change my security questions because I forgot them. When I have them sent to me via email it's going to a diiferent email. I can't figure out how to change that email that the security questions are connected to. It's not the one that I can Edit on my Account.

    You need to contact Apple to get the questions reset. Click here, phone them, and ask for the Account Security team, or fill out and submit this form.
    (95621)

  • How to know if a file browser item is not null using javascript fucntion

    Hi
    <br><br>
    I tried to use javascript for validation. I have a file browser item named P55_FILE_NAME and I would like to know if this item is null or not before submit.
    <br>
    I wrote this function :<br><br>
    function validate_import(f_n){<br>
         if (trim(document.getElementByName(f_n).src) == "")<br>
         {<br>
         alert ("File name is empty.");<br>
         document.getElementByName(f_n).focus();<br>
         }<br>
         else{<br>
         doSubmit('SUBMIT');<br>
         }<br>
    } <br><br>
    When I press submit button I got an error, sounds like the src method does not exist in my input item. <br>
    Then, I looked my source page an I found this :<br><br>
    input type="file" name="p_t01" size="30"
    <br><br>
    there is know src method and the name is not P55_FILE_NAME and I don't want to use <b>p_t01</b> that will change.<br>
    <br>
    I need your help.<br>
    Benn

    Hello,
    The p_txx notation is the internal name the ApEx engine attaches to each page item. It starts with p_t01 (for the first item on page) and can end with p_t99 (hence, the max 99 items per page limit). You can see these names in your HTML source code.
    The bug in the File Browse item (fixed in version 2.2) is that the ID of the item is the internal name instead of the item name. Hence, in order to use DOM, you need to use this internal notation.
    If the File Browse item id is p_t01, you can null its content by using something like that (V2.0 notation) :
    html_GetElement('p_t01').value = '';I'm using the same, and similar code, for manipulating this type of item with no problems.
    Please document the use of this workaround, as when you'll upgrade your ApEx system, you will have to change this code back to the standard – item id equal item name.
    (Please follow Scott's advise, and keep your logic connected issues on the same thread. It will get you more quick and accurate help).
    Regards,
    Arie.

  • How to know that item is serially controlled or not ?

    Hi,
    How to know that the ordered item is serially controlled or not ?
    In which tables we have refere to know that ?
    Thanks

    --If the item is only serial number controlled and not lot number controlled
    select serial_number from mtl_unit_transactions a, mtl_material_transactions b, wsh_delivery_details c
    where a.transaction_id=b.transaction_id
    and b.trx_source_line_id=c.source_line_id
    and c.source_header_number=&order_number
    and b.transaction_type_id=33 --34 if it is internal order shipments
    OR (If it is lot and serial number controlled)
    select serial_number from mtl_unit_transactions a, mtl_material_transactions b, wsh_delivery_details c, mtl_transaction_lot_numbers d
    where b.transaction_id=d.transaction_id
    and a.transaction_id=d.serial_transaction_id
    and b.trx_source_line_id=c.source_line_id
    and c.source_header_number=&order_number
    and b.transaction_type_id=33 --34 if it is internal order shipments
    Thanks
    Nagamohan

  • HT4859 how do i restore icloud backup to existing iphone not a new device

    how do i restore icloud backup to an existing phone not a new device

    You need to perform a reset (settings>General, scroll to bottom of screen).  This will delete everything on the device.  Then connect to iTunes and it will offer to perform a reset from either iTunes backup or iCloud.  Take it from there.

Maybe you are looking for

  • IPad does not appear in iTunes.

    I'm running OS X 10.6.8 on my Mac. I'm plugged into a USB port on my Mac. I can see the device in iPhoto, but not iTunes. I tried reinstalling iTunes but receive the message that I have a newer version on my hard drive. I've restarted both units and

  • Spam update

    hi when i am trying to uddate spam from 18-29 it gives me following error The import was stopped, since an error occurred during the phase IMPORT_PROPER, which the Support Package Manager is unable to resolve without your input. After you have correc

  • Is there a way to adjust a slide size beyond what the presets are?

    You know how different templates have different sizes maxes, such as in these examples: Well is there a way to make a smaller template, larger? A lot of the templates that I'd really like to use in my project, are just too small.

  • Maximum  size of the image for uploading.

    Dear All, I wrote an image upload program for uploading Color images. I need to know the maximum size of the image to be uploaded. I am using the class cl_gui_frontend_services=>gui_upload for uploading the image. Regards, Rahul R

  • Workflow - Error starting workitem from Outlook

    Hi, We have an issue in the workflow wherein, the workitem when started from outlook gives an error"Page cannot be displayed" ( like the one we get in a net browser). When the same workitem is started from SAP inbox it works fine. This one seems to b