SpagoBI Server Scheduler fails to send a mail - spagobi

I did not get any mail from spagobi server to my mail id after scheduling the reports on the server. I use spagoBI 5.2 version. Below is the error message when i explored the spagobi.log file,
[DefaultQuartzScheduler_Worker-6] 27 Jun 2016 00:19:12,368 ERROR it.eng.spagobi.tools.scheduler.dispatcher.UniqueMailDocumentDispatchChannel.sendFiles:409 -
Error while sending schedule result mail
javax.mail.MessagingException: Unknown SMTP host: mailtrap.io;
nested exception is:
java.net.UnknownHostException: mailtrap.io
Do i need to configure anything on MAIL category under configuration Management like smtp hostname, id some like that on spagobi server, if so , could anyone support me by giving the proper assistance. ?.
Regards,
Abdur Rahmaan

See the doc http://wiki.spagobi.org/xwiki/bin/export/spagobi_server/Configure_v3?format=pdf , specifically the mail server section .
In SpagoBI server, tools -> manage configuration, there are three profiles which have SMTP configuration . Those are user, scheduled, and kpi_alarm. You'll need to update those with your SMTP settings.

Related

SMTP Relay is unable to send mails to inside domain

Emails are triggered from our HP Process Automation 7.5. The SMTP server configured in the application as localhost.
We have SMTP Relay configured under Windows Server 2012 R2 under IIS. Mails triggered by the application is able to send mails to outside domains. We are using domain as [mycompanyname.in]. The mails sent to inside our domain is not delivering.
ie, the SMTP relay server is able to send the mails to email ids such as user3465#gmail.com, but it is not able to deliver the message to email ids such as user3465#mycompanyname.in.
Any issue with .com & .in domains in SMTP relay server?
My Server is MS Server 2012 R2 patched uptodate.
Please help us resolve the issue.

How to configure Apache Ambari Email Alerts

I am using Apache Ambari 2.7.3V. I am trying to configure Email Alerts. I have Followed the Below Link. But I am not getting any alerts To my Gmail. Below are my configurations
https://docs.cloudera.com/HDPDocuments/Ambari-2.7.4.0/managing-and-monitoring-ambari/content/amb_create_an_alert_notification.html
In Manage Alert Notifications I have configured All required configurations. like below.
Name: amabri Alerts
groups: All
Severity: WARNING, CRITICAL
Description : xxxxxxxx
METHOD: EMAIL
SMTP SERVER: smtp-relay.gmail.com
SMTP PORT : 587
I am not sure whether your issue has been resolved. But posting for other users' reference.
You need to set the app password to use Gmail SMTP. You have to enable two-step verification to enable the app password as below. In addition to that, the SMTP server for Gmail would be-smtp.gmail.com
.
If still, you are not getting emails then you can test the python script(from head node) here
and test the below:
Ssh to head node
Then edit the file -Sudo vi /etc/ambari-server/conf/log4j.properties
Modify - log4j.logger.alerts=INFO,alerts to log4j.logger.alerts=DEBUG,alerts
Add below line to Alerts section -
log4j.logger.org.apache.ambari.server.notifications.dispatchers=DEBUG,alerts
Save the file and restart ambari server service using usr/lib/hdinsight-common/scripts/restart_ambari_server.sh
Try to stop zookeeper on any one of the node and check for the ambari-server.log and amabri-alerts.log.
In /var/log/ambari-server, check ambari-alerts.log and ambari-server.log after an alert was fired.

I am unable to send email from admin panel for order confirmation in Magento(1.9.1.0) Platform

I am unable to send email from admin panel for order confirmation and after that i got this error. So please guys tell me, If any one know about this issues.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, root#domain.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Are you trying to send the mails from your local machine, or is the site already hosted on the live server ? If its local, mails wont go.
If you are on live server, you would have unconfigured mail service. As magento, by default would send mails if your mail server is configured perfectly.

What is the default email server for Teamcity 7.1?

Without any changes, email notifications stopped being sent from our continuous integration server which is a Teamcity 7.1 server. Up to now I've just used the default teamcity email configuration, which was this:
SMTP host: mail
SMTP port: 25
Send email messages from: Teamcity
SMTP login: <blank>
SMTP password: <blank>
Secure connection: none
Worked fine for last year or so. Now I'm trying to diagnose what is wrong, but I don't really know what the above configuration is doing... Is it pointing to a built-in mail server that is bundled with Teamcity? Is it pointing to the company's exchange server? Something else?
Teamcity does not have any bundled mail servers. This configuration point to your company's SMTP server. By occasion, SMTP server's name is 'mail'. So TC tries to connect to mail:25 and send messages 'from' 'Teamcity'
Please check if SMTP server's authentication settings were modified (e.g., anonymous access is now forbidden). Also please check 'teamcity-server.log' for error messages related to sending notifications.

Where do you set up email settings in teamcity?

I am VERY new with teamcity so please bear with me
I set up an email notifier to let me know when a build has failed, but TeamCity is reporting the following error:
Failed to send email notification via
SMTP server mail, due to error:
Unknown SMTP host: mail; nested
exception is:
java.net.UnknownHostException: mail
For the life of me, I cannot find where to configure the mail server settings. I don't even want it to use an SMTP server, but I don't see any options for this anywhere.
Option Description
------ ----------
SMTP host Specify the SMTP host name.
SMTP port Specify the SMTP port number.
Send messages from Specify the email address, from which notification messages will be sent to the user.
SMTP login Specify the SMTP login name, if any.
SMTP password Specify the SMTP password.
Use TLS (SSL) Select this option to secure your SMTP connection with TLS.
(This feature is only available in TeamCity 3.1+)
Test connection Click this button to establish a connection with the specified SMTP host.
Save Click this button to save changes and close the page.
source: http://www.jetbrains.net/confluence/display/TCD3/Email+and+Jabber+Notifier+Settings
You can configure your email settings under Administration - Server Configuration - Email Notifier..
Sumeru's answer (https://stackoverflow.com/a/825701/86627) describes the mail account you need to set in order for TeamCity to be able to send email notifications. The actual notifications are sent on a per-user base. Each user can define the notificatinos they wish to receive. In teamCity Professional 7x You can do this under:
Username/My Settings & tools/Watched Builds and Notifications/Email Notifier

Resources