07-05-2022 08:26 AM
salut
je voudrai d'envoyer un mail avec labview via le serveur SMTP mais google refuse les applications moins sécurisées.
07-05-2022 08:49 AM
Hi Soulef,
@Soulef98* wrote:
I would like to send an email with labview via the SMTP server but google refuses less secure applications.
Yes.
07-05-2022 10:08 AM - edited 07-05-2022 10:09 AM
Not only Google. All Office365 Exchange servers in the cloud refuse since a few days TLS connections lower than 1.2 and that is not just a problem with the LabVIEW SMTP VIs but also when using .Net SMTP with a .Net installation lower than 4.5.2.
07-14-2022 04:53 AM
is there another way to send labview report with mail
07-14-2022 06:04 AM
@Soulef98* wrote:
is there another way to send labview report with mail
Many
- LabVIEW SMTP library
- Calling Windows .Net SMTP classes
- Calling Microsoft Outlook ActiveX interface
- calling whatever mailer you have installed on your system through System Exec
- Not for the faint of heart: Calling Windows API functions through the Call Library Node to do it