LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

email verification

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

0 Kudos
Message 1 of 4
(3,692 Views)

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.


LabVIEW Champion, CLA, CLED, CTD
(blog)
Message 2 of 4
(3,662 Views)
Hi,
Thanks for ur time..
I tried with simple open session , add recipients and send mail...I am new to this topic...if d email n password is not correct it throws an error.. How to implement your idea..
0 Kudos
Message 3 of 4
(3,619 Views)

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

0 Kudos
Message 4 of 4
(3,587 Views)