IrcDirk / enterprise-log-search-and-archive

Automatically exported from code.google.com/p/enterprise-log-search-and-archive
0 stars 1 forks source link

Email Alerts not working - Send to connector opens about:blank window containing log data #234

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Configure and schedule alert, no emails sent
2. Attempt to test email config using Send to connector, no email sent
3. "about:blank" page opens in new tab containing log data instead

What is the expected output? What do you see instead?
Expect data to be emailed using send connector, expect email alerts to be 
emailed for scheduled query. Emails are not sent in either case.

What version of the product are you using? On what operating system?
Latest Build on Ubuntu 12.04

Please provide any additional information below.

elsa.conf under "/usr/local/elsa/web/conf"

 # Settings for email alerts
        "email": {
                # Uncomment this and set the correct SMTP server for your org to get email
                "smtp_server": "exch01.mydomain.com",
                # Uncomment this to set the TO address for email if not using AD authentication to provide that info
                "to": "it@mydomain.com",
                "display_address": "noreply-elsa@mydomain.com",
                "base_url" : "http://elsa.mydomain.com/",
                "subject": "ELSA Alert"
        },

There doesn't seem to be any errors in the web or node log files and the cron 
jobs appear to be running.

Elsa server is able to telnet to my mail server on port 25

Original issue reported on code.google.com by commit.s...@gmail.com on 6 Apr 2015 at 4:54