11-02-2015 02:48 AM
Hi,
I want to verify email-id and its corresponding password.
Can anyone help me regarding the same using either .net or smtp etc
Thanks in advance
11-02-2015 06:44 AM - edited 11-02-2015 06:47 AM
What code have you tried? There are SMTP functions available in LabVIEW - you might be able to use one of them as the basis for a VI which just tries to login to the server via TCP without sending an email.
11-02-2015 09:32 PM
11-03-2015 04:01 AM
Hi rakr,
if you have already a lists of the email ids and password then you can try to develop a simple code to find a match for those fields.
It's like finding a specific key in a 2d array and you need to check for each field (email id and password).