01-23-2021 01:42 AM
How to make an early warning system by providing information data (notifications) that are sent to email automatically? What needs to be prepared?
01-23-2021 09:10 AM
You need to use the SMTP VI's under Data Communication >> Protocols.
You need to have an SMTP server an e-mail account to send the e-mail reqeusts to.
01-23-2021 02:09 PM
I wouldn't consider email an "early" warning. It's only as "early" as the reader reads it! 😄
01-23-2021 04:07 PM
You could use something like Pushover (https://pushover.net/api) to send notifications to desktops or user's phones. There are a few different push clients out there (Pushbullet, etc). I don't know if there are any LabVIEW VI's for those yet but it's a pretty simple interface.
01-23-2021 05:13 PM
@Purnama210 wrote:
How to make an early warning system by providing information data (notifications) that are sent to email automatically? What needs to be prepared?
That is very vague. Could you provide an example of what your notifications would contain? The preparations needed for "Multiple ICBM launches detected, seek shelter" and "Device MTR01 calibration due in 30 days" are vastly different! Although, each provides actionable information.
01-24-2021 10:10 PM
can I get a sample file for SMTP usage?
01-25-2021 01:06 AM
Help >> Find Examples ..... Search for SMTP.
That or search the forums for past threads about SMTP.
01-25-2021 06:39 AM
The SMTP VI's can also be used to send text messages to phones. Most phone carriers have emails associated with each phone number. If using Verizon, for example, the email would be of the form 9495551212@vtext.com
Saying "Thanks that fixed it" or "Thanks that answers my question" and not giving a Kudo or Marked Solution, is like telling your waiter they did a great job and not leaving a tip. Please, tip your waiters.