LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

send mail

salut
je voudrai d'envoyer un mail avec labview via le serveur SMTP mais google refuse les applications moins sécurisées.

0 Kudos
Message 1 of 5
(1,248 Views)

Hi Soulef,

 


@Soulef98* wrote:

I would like to send an email with labview via the SMTP server but google refuses less secure applications.


Yes.

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(1,239 Views)

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. 

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 3 of 5
(1,217 Views)

is there another way to send labview report with mail

0 Kudos
Message 4 of 5
(1,134 Views)

@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

 

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 5 of 5
(1,121 Views)