Thanks Huizhi, Great! that's exactly what I was looking for, I wanted to use TLS .
-Jaspaul -----Original Message----- From: Huizhi Lu [mailto:[email protected]] Sent: Thursday, May 12, 2016 10:06 AM To: [email protected] Subject: Re: SMTP settings for Email alerts 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 >
