Skip to content

Uses stream device to send email notifications from IOC

Notifications You must be signed in to change notification settings

BCDA-APS/streamMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

streamMail

Uses stream device protocol to send email notifications from IOC. Based on this Tech Talk discussion: https://epics.anl.gov/tech-talk/2013/msg02050.php

Requirements

Adding to an existing IOC

Add the following to the IOC's RELEASE

SMAIL = /local/copy/of/streamMail

Since the RELEASE is updated, will need to run make.

Add the following to IOC's st.cmd:

iocshLoad("$(SMAIL)/iocsh/streamMail.iocsh", "PREFIX=$(PREFIX),MSERVER=email.server.com,[email protected],[email protected]")

Just replace email.server.com, [email protected] (doesn't need to be a real account), and [email protected] (should be real address).

About

Uses stream device to send email notifications from IOC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published