Hi Jaspaul, I have fixed the bugs in a pull request but it has not been merged into master. We can set the email in application conf like the following. "mailHost" : "smtp.office365.com", "mailSmtpPort":"587", "mailSmtpAuth" : "true", "mailSmtpUser" : "username", "mailSmtpPassword" : "password", #"mailSmtpSslEnable" : "true", "mailSmtpTlsEnable" : "true",
-Huizhi > On May 10, 2016, at 10:27 PM, Zhang, Edward (GDI Hadoop) <[email protected]> > wrote: > > You can pass auth configuration through configuration, by default this is > disabled.Please try it. > > mail.smtp.auth=true > > mail.user > > mail.pwd > > > > But I do see there is possibly a bug with this, in AlertEmailSender, those > Auth information is not passed into EagleMailClient. > > Thanks > Edward > > On 5/10/16, 12:02, "Jaspaul Chahal" <[email protected]> wrote: > >> Hi Guys, >> >> I am looking for SMTP settings for email alerts in Apache Eagle. I see >> the following properties in conf files: >> >> "mailHost" : "mailHost.com", >> "mailSmtpPort":"25", >> "mailDebug" : "true" >> >> The question is don't we need user/pass for SMTP server authentication? >> how to pass that info? >> >> Thanks in Advance! >> >> Jaspaul Chahal >
