03-21-2024 08:03 AM
I'd like to not only send but also downloading emails with LabVIEW. I have found >>>this<<< very old thread about downloading emails with POP3, but the when I try to select the DLL with the .NET constructor it says "An error occured trying to load the assembly". Is there any working code around can do this, or could somebody make the code under the other thread working?
Thanks.
Solved! Go to Solution.
03-21-2024 10:21 AM
Make sure the dll is not blocked, or that you have the correct authorization file as mentioned here:
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P8XnSAK&l=en-US
03-22-2024 02:11 AM
Thanks! That helped!
04-15-2024 10:38 AM
Hi, i am trying to send an email with a csv file. I am using the following vi and am unable to do so. Can anyone help me with it? The only problem I could see is that Gmail is disabled "less secured app access".
04-16-2024 01:24 AM - edited 04-16-2024 01:26 AM
I have not checked your entire VI, but - besides that it is messy - it looks OK to me. My first guess would be that you are using a wrong password. You can not send emails with a 3rd party app using your personal password, you need to generate an app specific one.
I'd suggest to first try sending a mail with only a subject and a body to reduce complexity. Once this works adding an attachment is easy.
04-16-2024 02:34 AM
Thanks a lot, It worked for me.