02-15-2025 04:07 PM
Hi,
I have an issue in using the send email function that I need for my project. I'm using LabVIEW community 2023 on macOS. The simple vi in photo returns me this error and i couldn't find any appropriate solution on the other posts on the forum. I am using outlook and smtp2go in order to avoid any problem related to privacy settings.
Error -1967362015 occurred at LabVIEWSMTPClient.lvlib:Open Handle.vi:1020001
OS and Network Services: (Hex 0x8ABC7021) Failed to load library.
Complete call chain:
LabVIEWSMTPClient.lvlib:Open Handle.vi:1020001
Untitled 1
Is it possible to solve the problem? Are there any ways to work around the issue by using any other function to send a notification to my phone? Thank you to anyone that is going to reply.
Solved! Go to Solution.
02-15-2025 08:28 PM - edited 02-15-2025 08:28 PM
I can verify that Send SMTP Mail works fine in LabVIEW 2021 (32-bit) and earlier versions running on PCs. I have no experience running LabVIEW on MACs, and also have no experience with any version of LabVIEW Community for MacOS. I also haven't tried later versions of LabVIEW, nor 64-bit LabVIEW (any version).
Bob Schor
02-17-2025 02:26 PM
Hi, I solved the issue by using system exec.vi and giving the command to the macOS terminal using msmtp. You can install msmtp by terminal using “sudo install msmtp”. Best wishes