Email Alarms - SMTP
Options
There are 2 ways to send SMTP alerts in to Ops from a security device or system:
- Via a real email server, in which case the email path will look like this:
Source system/device -> real SMTP server -> Ops
- Directly to the Ops servers, so the email path looks like this:
Source system/device -> Ops
IMPORTANT: Whichever option you choose, you must test that your settings work otherwise you may not receive alarms. Guidance on doing this is provided below.
IMPORTANT: Changes to the settings of the security device/system may stop it sending alarms to you - where possible you should limit the number of people who have access to change settings on the security devices and systems.
1) Real email via an email server
To send real email via an email server you will need to:
- Have the device/system configured according to the manufacturer's instructions, enabling it to send emails out to real email addresses.
- Enter the email address provided by the Ops "Alarm Setup" screen for it to be sent to.
2) Direct to Ops
To send email direct from a system or device you will need to:
- Edit the SMTP Server settings of the device/system by following the manufacturer's instructions to set the following: (Refer to your manufacturer's instructions to find where these are located)
-
SMTP Server:
-
us-smtp.sureviewops.com
(if your Ops account is held in the US environment) -
eu-smtp.sureviewops.com
(if your Ops account is held in the EU environment)
-
-
SMTP Port:
587
(port 25 is also supported but many ISPs block this outgoing as it is meant for mail server-to-mail server communication only) -
Encryption:
STARTTLS
is supported if you wish to encrypt the messages from your system to Ops (sometimes listed as "TLS"). - Authentication: None necessary (the address being sent to is used to identify the device)
- Sender name/address: Any value (this will be shown in the email viewer of the Ops interface so you may wish to use it to identify the source device/system)
- Attachments: have the system include any images, video, or other attachments as necessary (these will be shown in the email viewer in the Ops interface).
-
SMTP Server:
- To address: The email address provided by the Ops "Alarm Setup" screen must be entered as the "To" address for your system to send its emails to.
Testing Guidance
There are a number of ways you can test email sending:
1) Test the address using a online email service
Use an email service such as GMail to send an email to the address provided by Ops - shortly after sending you should see it appear as an alarm in the queue. This tells you that Ops is working to receive email to that address.
2) Test your SMTP server details using a SMTP tester
You can check your details work using a SMTP tester.
NOTE: You should test sending to your own email address to completely rule out Ops - if you do not receive anything in your inbox then there is a problem with your SMTP details.
To do this you can use:
- An online "SMTP test tool" such as those provided by DNSChecker and GMass
- A "SMTP test tool" program that you download and run on your computer
- The built-in Windows
Send-MailMessage
PowerShell command
Example using PowerShell to send directly to the Ops server (replace the values if you are using your own SMTP server details or sending to your own email inbox):
Send-MailMessage -ComputerName smtp-YourEnvironment.sureviewops.com -Port 587 -From anything@anything.com -To AddressProvided@OpsUI.com -Subject "Some subject to appear in the alert line" -Body "Some body to appear in the viewer"
Comments
0 commentsPlease sign in to leave a comment.