答复: error with send mail

2019-08-07 Thread 高扬02
dvice. Best regards, YangGao 发件人: ShaoFeng Shi [mailto:shaofeng...@apache.org] 发送时间: 2019年8月8日 4:56 收件人: user 主题: Re: error with send mail You can check the source code in MailService.java as below: Email email = new HtmlEmail(); email.setHostName(host); email.setStartTLSEnabled(starttlsEnabled

Re: error with send mail

2019-08-07 Thread ShaoFeng Shi
You can check the source code in MailService.java as below: Email email = new HtmlEmail(); email.setHostName(host); email.setStartTLSEnabled(starttlsEnabled); if (starttlsEnabled) { email.setSslSmtpPort(port); } else { email.setSmtpPort(Integer.parseInt(port)); } If "kylin.job.notificati

Re: error with send mail

2019-08-07 Thread Khalil Mejdi
Hello again, I am not sure if you saw my previous reply but that's okay, I think you need to restart *kylin* or *reload* *config* from the *System* section, or you need to check if you have the privilege to use that smtp, cause some smtp needs to be activated to be able to use them freely. else ch

error with send mail

2019-08-07 Thread 高扬02
Hello, I have set the mail-port , but it is still 25 . Please tell me where to modify it. Thank you very much. Best regards, YangGao [cid:image001.png@01D54D47.EBD9BD70] [cid:image002.png@01D54D47.EBD9BD70]

Re: error with send mail

2019-08-07 Thread Khalil Mejdi
Hello there, Did you try restarting *Kylin* or *reloading config*? On Wed, Aug 7, 2019 at 10:13 AM 高扬02 wrote: > Hello, > > > > I have set the mail-port , but it is still 25 . Please tell me where to > modify it. > > Thank you very much. > > > > Best regards, > > YangGao > > > > > >

error with send mail

2019-08-07 Thread 高扬02
Hello, I have set the mail-port , but it is still 25 . Please tell me where to modify it. Thank you very much. Best regards, YangGao [cid:image001.png@01D54D43.54872BF0] [cid:image002.png@01D54D43.54872BF0]